Html Css Color HEX #1BCAAC Light Sea Green

📋 copy color: '#1BCAAC'

red 27 ◦ green 202 ◦ blue 172

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

Shades of Light Sea Green #1BCAAC

Tints of Light Sea Green #1BCAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.37%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 6.73%
G = 50.37%
B = 42.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#1BCAAC (or 0x1BCAAC) is known color: Light Sea Green. HEX triplet: 1B, CA and AC. RGB value is (27,202,172). Sum of RGB (Red+Green+Blue) = 27+202+172=401 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.73% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCAAC is #E43553. Grayscale: #929292. Windows color (decimal): -14955860 or 11323931. OLE color: 11323931.

HSL color Cylindrical-coordinate representation of color #1BCAAC: hue angle of 169.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCAAC is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 202 172 -
CMYK 0.87 0 0.15 0.21
HSL 169.71º 0.76% 0.45% -
HSV(B) 169.71º 0.87% 0.79% -
XYZ 29.02 45.45 46.27 -
YUV 146.26 142.52 42.94 -
System Red Green Blue C M Y K H S L
Decimal 27 202 172 0.87 0 0.15 0.21 169.71 0.76 0.45
Hex 1B CA AC 57 0 F 15 AA 4C 2D
Octal 33 312 254 127 0 17 25 252 114 55
Binary 11011 11001010 10101100 1010111 0 1111 10101 10101010 1001100 101101

Color Harmonies of #1BCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCAAC

Black with #1BCAAC

Text Example


Text Example

White with #1BCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,202,172); }

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

background-color css

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

 a { background-color: rgb(27,202,172); }

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

border-color css

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

 span { border-color: rgb(27,202,172); }

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