Html Css Color HEX #1BAFBD Light Sea Green

📋 copy color: '#1BAFBD'

red 27 ◦ green 175 ◦ blue 189

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

Shades of Light Sea Green #1BAFBD

Tints of Light Sea Green #1BAFBD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.76%

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 6.91%
G = 44.76%
B = 48.34%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1BAFBD (or 0x1BAFBD) is known color: Light Sea Green. HEX triplet: 1B, AF and BD. RGB value is (27,175,189). Sum of RGB (Red+Green+Blue) = 27+175+189=391 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.91% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #1BAFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFBD is #E45042. Grayscale: #848484. Windows color (decimal): -14962755 or 12431131. OLE color: 12431131.

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

Color convert

RGB 27 175 189 -
CMYK 0.86 0.07 0 0.26
HSL 185.19º 0.75% 0.42% -
HSV(B) 185.19º 0.86% 0.74% -
XYZ 24.97 34.57 53.5 -
YUV 132.34 159.97 52.86 -
System Red Green Blue C M Y K H S L
Decimal 27 175 189 0.86 0.07 0 0.26 185.19 0.75 0.42
Hex 1B AF BD 56 7 0 1A B9 4B 2A
Octal 33 257 275 126 7 0 32 271 113 52
Binary 11011 10101111 10111101 1010110 111 0 11010 10111001 1001011 101010

Color Harmonies of #1BAFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFBD

Black with #1BAFBD

Text Example


Text Example

White with #1BAFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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