#238B54

Color #238B54 Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #238B54

Tints of Sea Green #238B54

Color information

#238B54 (or 0x238B54) is unknown color: approx Sea Green. HEX triplet: 23, 8B and 54. RGB value is (35,139,84). Sum of RGB (Red+Green+Blue) = 35+139+84=258 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.57% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #238B54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B54 is #DC74AB. Grayscale: #656565. Windows color (decimal): -14447788 or 5540643. OLE color: 5540643.

HSL color Cylindrical-coordinate representation of color #238B54: hue angle of 148.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B54 is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB3513984-
CMYK0.7500.400.45
HSL148.27º59.77%34.12%-
HSV(B)148.27º74.82%54.51%-
XYZ11.5319.4611.54-
YUV101.63118.0480.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.57%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 84 (33.20% from 255) = 32.56%
R=13.57%
G=53.88%
B=32.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal35139840.7500.400.45148.2759.7734.12
Hex238B544B0282D943c22
Octal43213124113050552247442
Binary1000111000101110101001001011010100010110110010100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238B54; }

 p { color: rgb(35,139,84); }

 H1.HeaderClassName
 {
   color: #238B54;
 }
 .AnyTagClassName
 {
   color: #238B54;
 }
</style>
background-color css

<style>
 a { background-color: #238B54; }

 a { background-color: rgb(35,139,84); }

 div.DivClassName
 {
   background-color: #238B54;
 }
 .BgClassName
 {
   background-color: #238B54;
 }
</style>
border-color css

<style>
 span { border-color: #238B54; }

 span { border-color: rgb(35,139,84); }

 td.TdClassName
 {
   border-color: #238B54;
 }
 .TagClassName
 {
   border-color: #238B54;
 }
</style>