Html Css Color HEX #1BBCA8 Light Sea Green

📋 copy color: '#1BBCA8'

red 27 ◦ green 188 ◦ blue 168

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

Shades of Light Sea Green #1BBCA8

Tints of Light Sea Green #1BBCA8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 168 (66.02% from 255) = 43.86%

R = 7.05%
G = 49.09%
B = 43.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#1BBCA8 (or 0x1BBCA8) is known color: Light Sea Green. HEX triplet: 1B, BC and A8. RGB value is (27,188,168). Sum of RGB (Red+Green+Blue) = 27+188+168=383 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.05% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBCA8 is #E44357. Grayscale: #898989. Windows color (decimal): -14959448 or 11058203. OLE color: 11058203.

HSL color Cylindrical-coordinate representation of color #1BBCA8: hue angle of 172.55º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBCA8 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 27 188 168 -
CMYK 0.86 0 0.11 0.26
HSL 172.55º 0.75% 0.42% -
HSV(B) 172.55º 0.86% 0.74% -
XYZ 25.5 39.03 43.23 -
YUV 137.58 145.16 49.13 -
System Red Green Blue C M Y K H S L
Decimal 27 188 168 0.86 0 0.11 0.26 172.55 0.75 0.42
Hex 1B BC A8 56 0 B 1A AD 4B 2A
Octal 33 274 250 126 0 13 32 255 113 52
Binary 11011 10111100 10101000 1010110 0 1011 11010 10101101 1001011 101010

Color Harmonies of #1BBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCA8

Black with #1BBCA8

Text Example


Text Example

White with #1BBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,188,168); }

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

background-color css

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

 a { background-color: rgb(27,188,168); }

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

border-color css

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

 span { border-color: rgb(27,188,168); }

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