Html Css Color HEX #1BBDA5 Light Sea Green

📋 copy color: '#1BBDA5'

red 27 ◦ green 189 ◦ blue 165

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

Shades of Light Sea Green #1BBDA5

Tints of Light Sea Green #1BBDA5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.61%

 BLUE value IS 165 (64.84% from 255) = 43.31%

R = 7.09%
G = 49.61%
B = 43.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#1BBDA5 (or 0x1BBDA5) is known color: Light Sea Green. HEX triplet: 1B, BD and A5. RGB value is (27,189,165). Sum of RGB (Red+Green+Blue) = 27+189+165=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 165 (64.84% from 255 or 43.31% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBDA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBDA5 is #E4425A. Grayscale: #898989. Windows color (decimal): -14959195 or 10861851. OLE color: 10861851.

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

Color convert

RGB 27 189 165 -
CMYK 0.86 0 0.13 0.26
HSL 171.11º 0.75% 0.42% -
HSV(B) 171.11º 0.86% 0.74% -
XYZ 25.44 39.34 41.85 -
YUV 137.83 143.33 48.95 -
System Red Green Blue C M Y K H S L
Decimal 27 189 165 0.86 0 0.13 0.26 171.11 0.75 0.42
Hex 1B BD A5 56 0 D 1A AB 4B 2A
Octal 33 275 245 126 0 15 32 253 113 52
Binary 11011 10111101 10100101 1010110 0 1101 11010 10101011 1001011 101010

Color Harmonies of #1BBDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBDA5

Black with #1BBDA5

Text Example


Text Example

White with #1BBDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,189,165); }

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

background-color css

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

 a { background-color: rgb(27,189,165); }

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

border-color css

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

 span { border-color: rgb(27,189,165); }

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