Html Css Color HEX #1CBAB5 Light Sea Green

📋 copy color: '#1CBAB5'

red 28 ◦ green 186 ◦ blue 181

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

Shades of Light Sea Green #1CBAB5

Tints of Light Sea Green #1CBAB5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.09%

 BLUE value IS 181 (71.09% from 255) = 45.82%

R = 7.09%
G = 47.09%
B = 45.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#1CBAB5 (or 0x1CBAB5) is known color: Light Sea Green. HEX triplet: 1C, BA and B5. RGB value is (28,186,181). Sum of RGB (Red+Green+Blue) = 28+186+181=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBAB5 is #E3454A. Grayscale: #8A8A8A. Windows color (decimal): -14894411 or 11909660. OLE color: 11909660.

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

Color convert

RGB 28 186 181 -
CMYK 0.85 0 0.03 0.27
HSL 178.1º 0.74% 0.42% -
HSV(B) 178.1º 0.85% 0.73% -
XYZ 26.38 38.7 49.8 -
YUV 138.19 152.15 49.41 -
System Red Green Blue C M Y K H S L
Decimal 28 186 181 0.85 0 0.03 0.27 178.1 0.74 0.42
Hex 1C BA B5 55 0 3 1B B2 4A 2A
Octal 34 272 265 125 0 3 33 262 112 52
Binary 11100 10111010 10110101 1010101 0 11 11011 10110010 1001010 101010

Color Harmonies of #1CBAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAB5

Black with #1CBAB5

Text Example


Text Example

White with #1CBAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,186,181); }

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

background-color css

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

 a { background-color: rgb(28,186,181); }

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

border-color css

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

 span { border-color: rgb(28,186,181); }

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