Html Css Color HEX #1CB0BA Light Sea Green

📋 copy color: '#1CB0BA'

red 28 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #1CB0BA

Tints of Light Sea Green #1CB0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 7.18%
G = 45.13%
B = 47.69%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1CB0BA (or 0x1CB0BA) is known color: Light Sea Green. HEX triplet: 1C, B0 and BA. RGB value is (28,176,186). Sum of RGB (Red+Green+Blue) = 28+176+186=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #1CB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CB0BA is #E34F45. Grayscale: #848484. Windows color (decimal): -14896966 or 12234780. OLE color: 12234780.

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

Color convert

RGB 28 176 186 -
CMYK 0.85 0.05 0 0.27
HSL 183.8º 0.74% 0.42% -
HSV(B) 183.8º 0.85% 0.73% -
XYZ 24.87 34.84 51.87 -
YUV 132.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 28 176 186 0.85 0.05 0 0.27 183.8 0.74 0.42
Hex 1C B0 BA 55 5 0 1B B8 4A 2A
Octal 34 260 272 125 5 0 33 270 112 52
Binary 11100 10110000 10111010 1010101 101 0 11011 10111000 1001010 101010

Color Harmonies of #1CB0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB0BA

Black with #1CB0BA

Text Example


Text Example

White with #1CB0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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