Html Css Color HEX #23CBAF Light Sea Green

📋 copy color: '#23CBAF'

red 35 ◦ green 203 ◦ blue 175

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

Shades of Light Sea Green #23CBAF

Tints of Light Sea Green #23CBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.15%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 8.47%
G = 49.15%
B = 42.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#23CBAF (or 0x23CBAF) is known color: Light Sea Green. HEX triplet: 23, CB and AF. RGB value is (35,203,175). Sum of RGB (Red+Green+Blue) = 35+203+175=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #23CBAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23CBAF is #DC3450. Grayscale: #959595. Windows color (decimal): -14431313 or 11520803. OLE color: 11520803.

HSL color Cylindrical-coordinate representation of color #23CBAF: hue angle of 170º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23CBAF is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 203 175 -
CMYK 0.83 0 0.14 0.20
HSL 170º 0.71% 0.47% -
HSV(B) 170º 0.83% 0.8% -
XYZ 29.79 46.16 47.9 -
YUV 149.58 142.34 46.28 -
System Red Green Blue C M Y K H S L
Decimal 35 203 175 0.83 0 0.14 0.20 170 0.71 0.47
Hex 23 CB AF 53 0 E 14 AA 47 2F
Octal 43 313 257 123 0 16 24 252 107 57
Binary 100011 11001011 10101111 1010011 0 1110 10100 10101010 1000111 101111

Color Harmonies of #23CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CBAF

Black with #23CBAF

Text Example


Text Example

White with #23CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23CBAF; }

 p { color: rgb(35,203,175); }

 H1.HeaderClassName
 {
   color: #23CBAF;
 }
 .AnyTagClassName
 {
   color: #23CBAF;
 }
</style>

background-color css

<style>
 a { background-color: #23CBAF; }

 a { background-color: rgb(35,203,175); }

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

border-color css

<style>
 span { border-color: #23CBAF; }

 span { border-color: rgb(35,203,175); }

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