Html Css Color HEX #1BAF9D Light Sea Green

📋 copy color: '#1BAF9D'

red 27 ◦ green 175 ◦ blue 157

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

Shades of Light Sea Green #1BAF9D

Tints of Light Sea Green #1BAF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.73%

R = 7.52%
G = 48.75%
B = 43.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#1BAF9D (or 0x1BAF9D) is known color: Light Sea Green. HEX triplet: 1B, AF and 9D. RGB value is (27,175,157). Sum of RGB (Red+Green+Blue) = 27+175+157=359 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.52% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF9D is #E45062. Grayscale: #808080. Windows color (decimal): -14962787 or 10333979. OLE color: 10333979.

HSL color Cylindrical-coordinate representation of color #1BAF9D: hue angle of 172.7º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF9D is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 175 157 -
CMYK 0.85 0 0.10 0.31
HSL 172.7º 0.73% 0.4% -
HSV(B) 172.7º 0.85% 0.69% -
XYZ 21.87 33.33 37.18 -
YUV 128.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 27 175 157 0.85 0 0.10 0.31 172.7 0.73 0.4
Hex 1B AF 9D 55 0 A 1F AD 49 28
Octal 33 257 235 125 0 12 37 255 111 50
Binary 11011 10101111 10011101 1010101 0 1010 11111 10101101 1001001 101000

Color Harmonies of #1BAF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF9D

Black with #1BAF9D

Text Example


Text Example

White with #1BAF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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