Html Css Color HEX #23BDC0 Light Sea Green

📋 copy color: '#23BDC0'

red 35 ◦ green 189 ◦ blue 192

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

Shades of Light Sea Green #23BDC0

Tints of Light Sea Green #23BDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.15%

R = 8.41%
G = 45.43%
B = 46.15%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#23BDC0 (or 0x23BDC0) is known color: Light Sea Green. HEX triplet: 23, BD and C0. RGB value is (35,189,192). Sum of RGB (Red+Green+Blue) = 35+189+192=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #23BDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23BDC0 is #DC423F. Grayscale: #8F8F8F. Windows color (decimal): -14434880 or 12631331. OLE color: 12631331.

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

Color convert

RGB 35 189 192 -
CMYK 0.82 0.02 0 0.25
HSL 181.15º 0.69% 0.45% -
HSV(B) 181.15º 0.82% 0.75% -
XYZ 28.41 40.56 56.2 -
YUV 143.3 155.48 50.76 -
System Red Green Blue C M Y K H S L
Decimal 35 189 192 0.82 0.02 0 0.25 181.15 0.69 0.45
Hex 23 BD C0 52 2 0 19 B5 45 2D
Octal 43 275 300 122 2 0 31 265 105 55
Binary 100011 10111101 11000000 1010010 10 0 11001 10110101 1000101 101101

Color Harmonies of #23BDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDC0

Black with #23BDC0

Text Example


Text Example

White with #23BDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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