Html Css Color HEX #1CBABF Light Sea Green

📋 copy color: '#1CBABF'

red 28 ◦ green 186 ◦ blue 191

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

Shades of Light Sea Green #1CBABF

Tints of Light Sea Green #1CBABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 6.91%
G = 45.93%
B = 47.16%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1CBABF (or 0x1CBABF) is known color: Light Sea Green. HEX triplet: 1C, BA and BF. RGB value is (28,186,191). Sum of RGB (Red+Green+Blue) = 28+186+191=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #1CBABF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBABF is #E34540. Grayscale: #8B8B8B. Windows color (decimal): -14894401 or 12565020. OLE color: 12565020.

HSL color Cylindrical-coordinate representation of color #1CBABF: hue angle of 181.84º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBABF is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 186 191 -
CMYK 0.85 0.03 0 0.25
HSL 181.84º 0.74% 0.43% -
HSV(B) 181.84º 0.85% 0.75% -
XYZ 27.44 39.13 55.4 -
YUV 139.33 157.15 48.59 -
System Red Green Blue C M Y K H S L
Decimal 28 186 191 0.85 0.03 0 0.25 181.84 0.74 0.43
Hex 1C BA BF 55 3 0 19 B6 4A 2B
Octal 34 272 277 125 3 0 31 266 112 53
Binary 11100 10111010 10111111 1010101 11 0 11001 10110110 1001010 101011

Color Harmonies of #1CBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBABF

Black with #1CBABF

Text Example


Text Example

White with #1CBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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