Html Css Color HEX #1CBABD Light Sea Green

📋 copy color: '#1CBABD'

red 28 ◦ green 186 ◦ blue 189

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

Shades of Light Sea Green #1CBABD

Tints of Light Sea Green #1CBABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 6.95%
G = 46.15%
B = 46.9%

CMYK

 C value IS 0.85

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1CBABD (or 0x1CBABD) is known color: Light Sea Green. HEX triplet: 1C, BA and BD. RGB value is (28,186,189). Sum of RGB (Red+Green+Blue) = 28+186+189=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #1CBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBABD is #E34542. Grayscale: #8A8A8A. Windows color (decimal): -14894403 or 12433948. OLE color: 12433948.

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

Color convert

RGB 28 186 189 -
CMYK 0.85 0.02 0 0.26
HSL 181.12º 0.74% 0.43% -
HSV(B) 181.12º 0.85% 0.74% -
XYZ 27.22 39.04 54.24 -
YUV 139.1 156.15 48.76 -
System Red Green Blue C M Y K H S L
Decimal 28 186 189 0.85 0.02 0 0.26 181.12 0.74 0.43
Hex 1C BA BD 55 2 0 1A B5 4A 2B
Octal 34 272 275 125 2 0 32 265 112 53
Binary 11100 10111010 10111101 1010101 10 0 11010 10110101 1001010 101011

Color Harmonies of #1CBABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBABD

Black with #1CBABD

Text Example


Text Example

White with #1CBABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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