Html Css Color HEX #1BB2AE Light Sea Green

📋 copy color: '#1BB2AE'

red 27 ◦ green 178 ◦ blue 174

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

Shades of Light Sea Green #1BB2AE

Tints of Light Sea Green #1BB2AE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.97%

 BLUE value IS 174 (68.36% from 255) = 45.91%

R = 7.12%
G = 46.97%
B = 45.91%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#1BB2AE (or 0x1BB2AE) is known color: Light Sea Green. HEX triplet: 1B, B2 and AE. RGB value is (27,178,174). Sum of RGB (Red+Green+Blue) = 27+178+174=379 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.12% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 174 (68.36% from 255 or 45.91% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #1BB2AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BB2AE is #E44D51. Grayscale: #848484. Windows color (decimal): -14962002 or 11448859. OLE color: 11448859.

HSL color Cylindrical-coordinate representation of color #1BB2AE: hue angle of 178.41º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB2AE is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 27 178 174 -
CMYK 0.85 0 0.02 0.30
HSL 178.41º 0.74% 0.4% -
HSV(B) 178.41º 0.85% 0.7% -
XYZ 24.01 35.13 45.56 -
YUV 132.4 151.47 52.83 -
System Red Green Blue C M Y K H S L
Decimal 27 178 174 0.85 0 0.02 0.30 178.41 0.74 0.4
Hex 1B B2 AE 55 0 2 1E B2 4A 28
Octal 33 262 256 125 0 2 36 262 112 50
Binary 11011 10110010 10101110 1010101 0 10 11110 10110010 1001010 101000

Color Harmonies of #1BB2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB2AE

Black with #1BB2AE

Text Example


Text Example

White with #1BB2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,178,174); }

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

background-color css

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

 a { background-color: rgb(27,178,174); }

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

border-color css

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

 span { border-color: rgb(27,178,174); }

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