Html Css Color HEX #1CBDB9 Light Sea Green

📋 copy color: '#1CBDB9'

red 28 ◦ green 189 ◦ blue 185

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

Shades of Light Sea Green #1CBDB9

Tints of Light Sea Green #1CBDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.02%

R = 6.97%
G = 47.01%
B = 46.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#1CBDB9 (or 0x1CBDB9) is known color: Light Sea Green. HEX triplet: 1C, BD and B9. RGB value is (28,189,185). Sum of RGB (Red+Green+Blue) = 28+189+185=402 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.97% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 189 - color contains mainly: green. Hex color #1CBDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBDB9 is #E34246. Grayscale: #8C8C8C. Windows color (decimal): -14893639 or 12172572. OLE color: 12172572.

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

Color convert

RGB 28 189 185 -
CMYK 0.85 0 0.02 0.26
HSL 178.51º 0.74% 0.43% -
HSV(B) 178.51º 0.85% 0.74% -
XYZ 27.43 40.14 52.2 -
YUV 140.41 153.16 47.83 -
System Red Green Blue C M Y K H S L
Decimal 28 189 185 0.85 0 0.02 0.26 178.51 0.74 0.43
Hex 1C BD B9 55 0 2 1A B3 4A 2B
Octal 34 275 271 125 0 2 32 263 112 53
Binary 11100 10111101 10111001 1010101 0 10 11010 10110011 1001010 101011

Color Harmonies of #1CBDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBDB9

Black with #1CBDB9

Text Example


Text Example

White with #1CBDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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