Html Css Color HEX #1BC0BA Light Sea Green

📋 copy color: '#1BC0BA'

red 27 ◦ green 192 ◦ blue 186

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

Shades of Light Sea Green #1BC0BA

Tints of Light Sea Green #1BC0BA

RGB

 RED value IS 27 (10.94% from 255) = 6.67%

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 6.67%
G = 47.41%
B = 45.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#1BC0BA (or 0x1BC0BA) is known color: Light Sea Green. HEX triplet: 1B, C0 and BA. RGB value is (27,192,186). Sum of RGB (Red+Green+Blue) = 27+192+186=405 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.67% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0BA is #E43F45. Grayscale: #8D8D8D. Windows color (decimal): -14958406 or 12238875. OLE color: 12238875.

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

Color convert

RGB 27 192 186 -
CMYK 0.86 0 0.03 0.25
HSL 177.82º 0.75% 0.43% -
HSV(B) 177.82º 0.86% 0.75% -
XYZ 28.16 41.48 52.98 -
YUV 141.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 27 192 186 0.86 0 0.03 0.25 177.82 0.75 0.43
Hex 1B C0 BA 56 0 3 19 B2 4B 2B
Octal 33 300 272 126 0 3 31 262 113 53
Binary 11011 11000000 10111010 1010110 0 11 11001 10110010 1001011 101011

Color Harmonies of #1BC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC0BA

Black with #1BC0BA

Text Example


Text Example

White with #1BC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,192,186); }

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

background-color css

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

 a { background-color: rgb(27,192,186); }

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

border-color css

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

 span { border-color: rgb(27,192,186); }

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