Html Css Color HEX #1CBBA1 Light Sea Green

📋 copy color: '#1CBBA1'

red 28 ◦ green 187 ◦ blue 161

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

Shades of Light Sea Green #1CBBA1

Tints of Light Sea Green #1CBBA1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.73%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 7.45%
G = 49.73%
B = 42.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#1CBBA1 (or 0x1CBBA1) is known color: Light Sea Green. HEX triplet: 1C, BB and A1. RGB value is (28,187,161). Sum of RGB (Red+Green+Blue) = 28+187+161=376 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.45% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA1 is #E3445E. Grayscale: #888888. Windows color (decimal): -14894175 or 10599196. OLE color: 10599196.

HSL color Cylindrical-coordinate representation of color #1CBBA1: hue angle of 170.19º 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 #1CBBA1 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 187 161 -
CMYK 0.85 0 0.14 0.27
HSL 170.19º 0.74% 0.42% -
HSV(B) 170.19º 0.85% 0.73% -
XYZ 24.68 38.36 39.82 -
YUV 136.5 141.82 50.61 -
System Red Green Blue C M Y K H S L
Decimal 28 187 161 0.85 0 0.14 0.27 170.19 0.74 0.42
Hex 1C BB A1 55 0 E 1B AA 4A 2A
Octal 34 273 241 125 0 16 33 252 112 52
Binary 11100 10111011 10100001 1010101 0 1110 11011 10101010 1001010 101010

Color Harmonies of #1CBBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBBA1

Black with #1CBBA1

Text Example


Text Example

White with #1CBBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,187,161); }

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

background-color css

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

 a { background-color: rgb(28,187,161); }

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

border-color css

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

 span { border-color: rgb(28,187,161); }

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