Html Css Color HEX #1CBAA0 Light Sea Green

📋 copy color: '#1CBAA0'

red 28 ◦ green 186 ◦ blue 160

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

Shades of Light Sea Green #1CBAA0

Tints of Light Sea Green #1CBAA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.78%

R = 7.49%
G = 49.73%
B = 42.78%

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

#1CBAA0 (or 0x1CBAA0) is known color: Light Sea Green. HEX triplet: 1C, BA and A0. RGB value is (28,186,160). Sum of RGB (Red+Green+Blue) = 28+186+160=374 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.49% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 160 (62.89% from 255 or 42.78% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAA0 is #E3455F. Grayscale: #878787. Windows color (decimal): -14894432 or 10533404. OLE color: 10533404.

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

Color convert

RGB 28 186 160 -
CMYK 0.85 0 0.14 0.27
HSL 170.13º 0.74% 0.42% -
HSV(B) 170.13º 0.85% 0.73% -
XYZ 24.38 37.9 39.29 -
YUV 135.79 141.65 51.11 -
System Red Green Blue C M Y K H S L
Decimal 28 186 160 0.85 0 0.14 0.27 170.13 0.74 0.42
Hex 1C BA A0 55 0 E 1B AA 4A 2A
Octal 34 272 240 125 0 16 33 252 112 52
Binary 11100 10111010 10100000 1010101 0 1110 11011 10101010 1001010 101010

Color Harmonies of #1CBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBAA0

Black with #1CBAA0

Text Example


Text Example

White with #1CBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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