Html Css Color HEX #1BA69F Light Sea Green

📋 copy color: '#1BA69F'

red 27 ◦ green 166 ◦ blue 159

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

Shades of Light Sea Green #1BA69F

Tints of Light Sea Green #1BA69F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 159 (62.5% from 255) = 45.17%

R = 7.67%
G = 47.16%
B = 45.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#1BA69F (or 0x1BA69F) is known color: Light Sea Green. HEX triplet: 1B, A6 and 9F. RGB value is (27,166,159). Sum of RGB (Red+Green+Blue) = 27+166+159=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 159 (62.5% from 255 or 45.17% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA69F is #E45960. Grayscale: #7B7B7B. Windows color (decimal): -14965089 or 10462747. OLE color: 10462747.

HSL color Cylindrical-coordinate representation of color #1BA69F: hue angle of 176.98º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA69F is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 166 159 -
CMYK 0.84 0 0.04 0.35
HSL 176.98º 0.72% 0.38% -
HSV(B) 176.98º 0.84% 0.65% -
XYZ 20.35 30.01 37.52 -
YUV 123.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 27 166 159 0.84 0 0.04 0.35 176.98 0.72 0.38
Hex 1B A6 9F 54 0 4 23 B1 48 26
Octal 33 246 237 124 0 4 43 261 110 46
Binary 11011 10100110 10011111 1010100 0 100 100011 10110001 1001000 100110

Color Harmonies of #1BA69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BA69F

Black with #1BA69F

Text Example


Text Example

White with #1BA69F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,166,159); }

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

background-color css

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

 a { background-color: rgb(27,166,159); }

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

border-color css

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

 span { border-color: rgb(27,166,159); }

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