Html Css Color HEX #23C5AA Light Sea Green

📋 copy color: '#23C5AA'

red 35 ◦ green 197 ◦ blue 170

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

Shades of Light Sea Green #23C5AA

Tints of Light Sea Green #23C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49%

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

R = 8.71%
G = 49%
B = 42.29%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#23C5AA (or 0x23C5AA) is known color: Light Sea Green. HEX triplet: 23, C5 and AA. RGB value is (35,197,170). Sum of RGB (Red+Green+Blue) = 35+197+170=402 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.71% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #23C5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23C5AA is #DC3A55. Grayscale: #919191. Windows color (decimal): -14432854 or 11191587. OLE color: 11191587.

HSL color Cylindrical-coordinate representation of color #23C5AA: hue angle of 170º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C5AA is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 35 197 170 -
CMYK 0.82 0 0.14 0.23
HSL 170º 0.7% 0.45% -
HSV(B) 170º 0.82% 0.77% -
XYZ 27.92 43.19 44.9 -
YUV 145.48 141.83 49.2 -
System Red Green Blue C M Y K H S L
Decimal 35 197 170 0.82 0 0.14 0.23 170 0.7 0.45
Hex 23 C5 AA 52 0 E 17 AA 46 2D
Octal 43 305 252 122 0 16 27 252 106 55
Binary 100011 11000101 10101010 1010010 0 1110 10111 10101010 1000110 101101

Color Harmonies of #23C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C5AA

Black with #23C5AA

Text Example


Text Example

White with #23C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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