Html Css Color HEX #23BDC6 Light Sea Green

📋 copy color: '#23BDC6'

red 35 ◦ green 189 ◦ blue 198

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

Shades of Light Sea Green #23BDC6

Tints of Light Sea Green #23BDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.79%

 BLUE value IS 198 (77.73% from 255) = 46.92%

R = 8.29%
G = 44.79%
B = 46.92%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#23BDC6 (or 0x23BDC6) is known color: Light Sea Green. HEX triplet: 23, BD and C6. RGB value is (35,189,198). Sum of RGB (Red+Green+Blue) = 35+189+198=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #23BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDC6 is #DC4239. Grayscale: #8F8F8F. Windows color (decimal): -14434874 or 13024547. OLE color: 13024547.

HSL color Cylindrical-coordinate representation of color #23BDC6: hue angle of 183.31º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23BDC6 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 35 189 198 -
CMYK 0.82 0.05 0 0.22
HSL 183.31º 0.7% 0.46% -
HSV(B) 183.31º 0.82% 0.78% -
XYZ 29.08 40.83 59.77 -
YUV 143.98 158.48 50.27 -
System Red Green Blue C M Y K H S L
Decimal 35 189 198 0.82 0.05 0 0.22 183.31 0.7 0.46
Hex 23 BD C6 52 5 0 16 B7 46 2E
Octal 43 275 306 122 5 0 26 267 106 56
Binary 100011 10111101 11000110 1010010 101 0 10110 10110111 1000110 101110

Color Harmonies of #23BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDC6

Black with #23BDC6

Text Example


Text Example

White with #23BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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