Html Css Color HEX #1CBDC0 Light Sea Green

📋 copy color: '#1CBDC0'

red 28 ◦ green 189 ◦ blue 192

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

Shades of Light Sea Green #1CBDC0

Tints of Light Sea Green #1CBDC0

RGB

 RED value IS 28 (11.33% from 255) = 6.85%

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

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

R = 6.85%
G = 46.21%
B = 46.94%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBDC0 (or 0x1CBDC0) is known color: Light Sea Green. HEX triplet: 1C, BD and C0. RGB value is (28,189,192). Sum of RGB (Red+Green+Blue) = 28+189+192=409 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.85% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #1CBDC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDC0 is #E3423F. Grayscale: #8D8D8D. Windows color (decimal): -14893632 or 12631324. OLE color: 12631324.

HSL color Cylindrical-coordinate representation of color #1CBDC0: hue angle of 181.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBDC0 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 189 192 -
CMYK 0.85 0.02 0 0.25
HSL 181.1º 0.75% 0.43% -
HSV(B) 181.1º 0.85% 0.75% -
XYZ 28.19 40.45 56.19 -
YUV 141.2 156.66 47.26 -
System Red Green Blue C M Y K H S L
Decimal 28 189 192 0.85 0.02 0 0.25 181.1 0.75 0.43
Hex 1C BD C0 55 2 0 19 B5 4B 2B
Octal 34 275 300 125 2 0 31 265 113 53
Binary 11100 10111101 11000000 1010101 10 0 11001 10110101 1001011 101011

Color Harmonies of #1CBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDC0

Black with #1CBDC0

Text Example


Text Example

White with #1CBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CBDC0; }

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

 H1.HeaderClassName
 {
   color: #1CBDC0;
 }
 .AnyTagClassName
 {
   color: #1CBDC0;
 }
</style>

background-color css

<style>
 a { background-color: #1CBDC0; }

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

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

border-color css

<style>
 span { border-color: #1CBDC0; }

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

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