#238f5d

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

Shades of Sea Green #238F5D

Tints of Sea Green #238F5D

Color information

#238F5D (or 0x238F5D) is unknown color: approx Sea Green. HEX triplet: 23, 8F and 5D. RGB value is (35,143,93). Sum of RGB (Red+Green+Blue) = 35+143+93=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #238F5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F5D is #DC70A2. Grayscale: #696969. Windows color (decimal): -14446755 or 6131491. OLE color: 6131491.

HSL color Cylindrical-coordinate representation of color #238F5D: hue angle of 152.22º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F5D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB3514393-
CMYK0.7600.350.44
HSL152.22º60.67%34.9%-
HSV(B)152.22º75.52%56.08%-
XYZ12.4920.7913.71-
YUV105.01121.2278.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.92%
GREEN value IS 143 (56.25% from 255) = 52.77%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=12.92%
G=52.77%
B=34.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal35143930.7600.350.44152.2260.6734.9
Hex238F5D4C0232C983d23
Octal43217135114043542307543
Binary1000111000111110111011001100010001110110010011000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238f5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,143,93); }

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

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

 a { background-color: rgb(35,143,93); }

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

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

 span { border-color: rgb(35,143,93); }

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