Html Css Color HEX #1BBEA2 Light Sea Green

📋 copy color: '#1BBEA2'

red 27 ◦ green 190 ◦ blue 162

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

Shades of Light Sea Green #1BBEA2

Tints of Light Sea Green #1BBEA2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

 BLUE value IS 162 (63.67% from 255) = 42.74%

R = 7.12%
G = 50.13%
B = 42.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#1BBEA2 (or 0x1BBEA2) is known color: Light Sea Green. HEX triplet: 1B, BE and A2. RGB value is (27,190,162). Sum of RGB (Red+Green+Blue) = 27+190+162=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #1BBEA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBEA2 is #E4415D. Grayscale: #8A8A8A. Windows color (decimal): -14958942 or 10665499. OLE color: 10665499.

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

Color convert

RGB 27 190 162 -
CMYK 0.86 0 0.15 0.25
HSL 169.69º 0.75% 0.43% -
HSV(B) 169.69º 0.86% 0.75% -
XYZ 25.39 39.67 40.5 -
YUV 138.07 141.5 48.78 -
System Red Green Blue C M Y K H S L
Decimal 27 190 162 0.86 0 0.15 0.25 169.69 0.75 0.43
Hex 1B BE A2 56 0 F 19 AA 4B 2B
Octal 33 276 242 126 0 17 31 252 113 53
Binary 11011 10111110 10100010 1010110 0 1111 11001 10101010 1001011 101011

Color Harmonies of #1BBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBEA2

Black with #1BBEA2

Text Example


Text Example

White with #1BBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,190,162); }

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

background-color css

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

 a { background-color: rgb(27,190,162); }

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

border-color css

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

 span { border-color: rgb(27,190,162); }

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