Html Css Color HEX #23BFAA Light Sea Green

📋 copy color: '#23BFAA'

red 35 ◦ green 191 ◦ blue 170

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

Shades of Light Sea Green #23BFAA

Tints of Light Sea Green #23BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 48.23%

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 8.84%
G = 48.23%
B = 42.93%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#23BFAA (or 0x23BFAA) is known color: Light Sea Green. HEX triplet: 23, BF and AA. RGB value is (35,191,170). Sum of RGB (Red+Green+Blue) = 35+191+170=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #23BFAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BFAA is #DC4055. Grayscale: #8D8D8D. Windows color (decimal): -14434390 or 11190051. OLE color: 11190051.

HSL color Cylindrical-coordinate representation of color #23BFAA: hue angle of 171.92º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BFAA is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 191 170 -
CMYK 0.82 0 0.11 0.25
HSL 171.92º 0.69% 0.44% -
HSV(B) 171.92º 0.82% 0.75% -
XYZ 26.58 40.52 44.45 -
YUV 141.96 143.82 51.71 -
System Red Green Blue C M Y K H S L
Decimal 35 191 170 0.82 0 0.11 0.25 171.92 0.69 0.44
Hex 23 BF AA 52 0 B 19 AC 45 2C
Octal 43 277 252 122 0 13 31 254 105 54
Binary 100011 10111111 10101010 1010010 0 1011 11001 10101100 1000101 101100

Color Harmonies of #23BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BFAA

Black with #23BFAA

Text Example


Text Example

White with #23BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,191,170); }

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

background-color css

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

 a { background-color: rgb(35,191,170); }

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

border-color css

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

 span { border-color: rgb(35,191,170); }

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