Html Css Color HEX #23C2BF Light Sea Green

📋 copy color: '#23C2BF'

red 35 ◦ green 194 ◦ blue 191

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

Shades of Light Sea Green #23C2BF

Tints of Light Sea Green #23C2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 8.33%
G = 46.19%
B = 45.48%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#23C2BF (or 0x23C2BF) is known color: Light Sea Green. HEX triplet: 23, C2 and BF. RGB value is (35,194,191). Sum of RGB (Red+Green+Blue) = 35+194+191=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #23C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C2BF is #DC3D40. Grayscale: #919191. Windows color (decimal): -14433601 or 12567075. OLE color: 12567075.

HSL color Cylindrical-coordinate representation of color #23C2BF: hue angle of 178.87º 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 #23C2BF is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 35 194 191 -
CMYK 0.82 0 0.02 0.24
HSL 178.87º 0.69% 0.45% -
HSV(B) 178.87º 0.82% 0.76% -
XYZ 29.39 42.7 55.98 -
YUV 146.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 35 194 191 0.82 0 0.02 0.24 178.87 0.69 0.45
Hex 23 C2 BF 52 0 2 18 B3 45 2D
Octal 43 302 277 122 0 2 30 263 105 55
Binary 100011 11000010 10111111 1010010 0 10 11000 10110011 1000101 101101

Color Harmonies of #23C2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C2BF

Black with #23C2BF

Text Example


Text Example

White with #23C2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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