Html Css Color HEX #23C2BD Light Sea Green

📋 copy color: '#23C2BD'

red 35 ◦ green 194 ◦ blue 189

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

Shades of Light Sea Green #23C2BD

Tints of Light Sea Green #23C2BD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.41%

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 8.37%
G = 46.41%
B = 45.22%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#23C2BD (or 0x23C2BD) is known color: Light Sea Green. HEX triplet: 23, C2 and BD. RGB value is (35,194,189). Sum of RGB (Red+Green+Blue) = 35+194+189=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 194 (76.17% from 255 or 46.41% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2BD is #DC3D42. Grayscale: #919191. Windows color (decimal): -14433603 or 12436003. OLE color: 12436003.

HSL color Cylindrical-coordinate representation of color #23C2BD: hue angle of 178.11º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23C2BD is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 194 189 -
CMYK 0.82 0 0.03 0.24
HSL 178.11º 0.69% 0.45% -
HSV(B) 178.11º 0.82% 0.76% -
XYZ 29.17 42.62 54.83 -
YUV 145.89 152.32 48.91 -
System Red Green Blue C M Y K H S L
Decimal 35 194 189 0.82 0 0.03 0.24 178.11 0.69 0.45
Hex 23 C2 BD 52 0 3 18 B2 45 2D
Octal 43 302 275 122 0 3 30 262 105 55
Binary 100011 11000010 10111101 1010010 0 11 11000 10110010 1000101 101101

Color Harmonies of #23C2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C2BD

Black with #23C2BD

Text Example


Text Example

White with #23C2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,194,189); }

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

background-color css

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

 a { background-color: rgb(35,194,189); }

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

border-color css

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

 span { border-color: rgb(35,194,189); }

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