Html Css Color HEX #1CB9B2 Light Sea Green

📋 copy color: '#1CB9B2'

red 28 ◦ green 185 ◦ blue 178

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

Shades of Light Sea Green #1CB9B2

Tints of Light Sea Green #1CB9B2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.31%

 BLUE value IS 178 (69.92% from 255) = 45.52%

R = 7.16%
G = 47.31%
B = 45.52%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#1CB9B2 (or 0x1CB9B2) is known color: Light Sea Green. HEX triplet: 1C, B9 and B2. RGB value is (28,185,178). Sum of RGB (Red+Green+Blue) = 28+185+178=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 185 (72.66% from 255 or 47.31% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 185 - color contains mainly: green. Hex color #1CB9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB9B2 is #E3464D. Grayscale: #898989. Windows color (decimal): -14894670 or 11712796. OLE color: 11712796.

HSL color Cylindrical-coordinate representation of color #1CB9B2: hue angle of 177.32º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB9B2 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 185 178 -
CMYK 0.85 0 0.04 0.27
HSL 177.32º 0.74% 0.42% -
HSV(B) 177.32º 0.85% 0.73% -
XYZ 25.86 38.16 48.12 -
YUV 137.26 150.99 50.07 -
System Red Green Blue C M Y K H S L
Decimal 28 185 178 0.85 0 0.04 0.27 177.32 0.74 0.42
Hex 1C B9 B2 55 0 4 1B B1 4A 2A
Octal 34 271 262 125 0 4 33 261 112 52
Binary 11100 10111001 10110010 1010101 0 100 11011 10110001 1001010 101010

Color Harmonies of #1CB9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB9B2

Black with #1CB9B2

Text Example


Text Example

White with #1CB9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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