Html Css Color HEX #1BBCBA Light Sea Green

📋 copy color: '#1BBCBA'

red 27 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #1BBCBA

Tints of Light Sea Green #1BBCBA

RGB

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

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

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

R = 6.73%
G = 46.88%
B = 46.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#1BBCBA (or 0x1BBCBA) is known color: Light Sea Green. HEX triplet: 1B, BC and BA. RGB value is (27,188,186). Sum of RGB (Red+Green+Blue) = 27+188+186=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #1BBCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBCBA is #E44345. Grayscale: #8B8B8B. Windows color (decimal): -14959430 or 12237851. OLE color: 12237851.

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

Color convert

RGB 27 188 186 -
CMYK 0.86 0 0.01 0.26
HSL 179.25º 0.75% 0.42% -
HSV(B) 179.25º 0.86% 0.74% -
XYZ 27.3 39.74 52.69 -
YUV 139.63 154.16 47.66 -
System Red Green Blue C M Y K H S L
Decimal 27 188 186 0.86 0 0.01 0.26 179.25 0.75 0.42
Hex 1B BC BA 56 0 1 1A B3 4B 2A
Octal 33 274 272 126 0 1 32 263 113 52
Binary 11011 10111100 10111010 1010110 0 1 11010 10110011 1001011 101010

Color Harmonies of #1BBCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCBA

Black with #1BBCBA

Text Example


Text Example

White with #1BBCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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