Html Css Color HEX #238C5B Sea Green

📋 copy color: '#238C5B'

red 35 ◦ green 140 ◦ blue 91

#238C5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #238C5B

Tints of Sea Green #238C5B

RGB

 RED value IS 35 (14.06% from 255) = 13.16%

 GREEN value IS 140 (55.08% from 255) = 52.63%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 13.16%
G = 52.63%
B = 34.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#238C5B (or 0x238C5B) is known color: Sea Green. HEX triplet: 23, 8C and 5B. RGB value is (35,140,91). Sum of RGB (Red+Green+Blue) = 35+140+91=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 140 (55.08% from 255 or 52.63% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 140 - color contains mainly: green. Hex color #238C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238C5B is #DC73A4. Grayscale: #676767. Windows color (decimal): -14447525 or 5999651. OLE color: 5999651.

HSL color Cylindrical-coordinate representation of color #238C5B: hue angle of 152º 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 #238C5B is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 140 91 -
CMYK 0.75 0 0.35 0.45
HSL 152º 0.6% 0.34% -
HSV(B) 152º 0.75% 0.55% -
XYZ 11.96 19.87 13.1 -
YUV 103.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 35 140 91 0.75 0 0.35 0.45 152 0.6 0.34
Hex 23 8C 5B 4B 0 23 2D 98 3C 22
Octal 43 214 133 113 0 43 55 230 74 42
Binary 100011 10001100 1011011 1001011 0 100011 101101 10011000 111100 100010

Color Harmonies of #238C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C5B

Black with #238C5B

Text Example


Text Example

White with #238C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,140,91); }

 H1.HeaderClassName
 {
   color: #238C5B;
 }
 .AnyTagClassName
 {
   color: #238C5B;
 }
</style>

background-color css

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

 a { background-color: rgb(35,140,91); }

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

border-color css

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

 span { border-color: rgb(35,140,91); }

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