Html Css Color HEX #1BB2B7 Light Sea Green

📋 copy color: '#1BB2B7'

red 27 ◦ green 178 ◦ blue 183

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

Shades of Light Sea Green #1BB2B7

Tints of Light Sea Green #1BB2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.16%

R = 6.96%
G = 45.88%
B = 47.16%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1BB2B7 (or 0x1BB2B7) is known color: Light Sea Green. HEX triplet: 1B, B2 and B7. RGB value is (27,178,183). Sum of RGB (Red+Green+Blue) = 27+178+183=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 178 (69.92% from 255 or 45.88% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #1BB2B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BB2B7 is #E44D48. Grayscale: #858585. Windows color (decimal): -14961993 or 12038683. OLE color: 12038683.

HSL color Cylindrical-coordinate representation of color #1BB2B7: hue angle of 181.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB2B7 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 27 178 183 -
CMYK 0.85 0.03 0 0.28
HSL 181.92º 0.74% 0.41% -
HSV(B) 181.92º 0.85% 0.72% -
XYZ 24.92 35.49 50.34 -
YUV 133.42 155.97 52.09 -
System Red Green Blue C M Y K H S L
Decimal 27 178 183 0.85 0.03 0 0.28 181.92 0.74 0.41
Hex 1B B2 B7 55 3 0 1C B6 4A 29
Octal 33 262 267 125 3 0 34 266 112 51
Binary 11011 10110010 10110111 1010101 11 0 11100 10110110 1001010 101001

Color Harmonies of #1BB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BB2B7

Black with #1BB2B7

Text Example


Text Example

White with #1BB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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