Html Css Color HEX #23C5BA Light Sea Green

📋 copy color: '#23C5BA'

red 35 ◦ green 197 ◦ blue 186

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

Shades of Light Sea Green #23C5BA

Tints of Light Sea Green #23C5BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 8.37%
G = 47.13%
B = 44.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#23C5BA (or 0x23C5BA) is known color: Light Sea Green. HEX triplet: 23, C5 and BA. RGB value is (35,197,186). Sum of RGB (Red+Green+Blue) = 35+197+186=418 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.37% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #23C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23C5BA is #DC3A45. Grayscale: #939393. Windows color (decimal): -14432838 or 12240163. OLE color: 12240163.

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

Color convert

RGB 35 197 186 -
CMYK 0.82 0 0.06 0.23
HSL 175.93º 0.7% 0.45% -
HSV(B) 175.93º 0.82% 0.77% -
XYZ 29.52 43.84 53.36 -
YUV 147.31 149.83 47.89 -
System Red Green Blue C M Y K H S L
Decimal 35 197 186 0.82 0 0.06 0.23 175.93 0.7 0.45
Hex 23 C5 BA 52 0 6 17 B0 46 2D
Octal 43 305 272 122 0 6 27 260 106 55
Binary 100011 11000101 10111010 1010010 0 110 10111 10110000 1000110 101101

Color Harmonies of #23C5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C5BA

Black with #23C5BA

Text Example


Text Example

White with #23C5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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