Html Css Color HEX #1BCAA5 Light Sea Green

📋 copy color: '#1BCAA5'

red 27 ◦ green 202 ◦ blue 165

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

Shades of Light Sea Green #1BCAA5

Tints of Light Sea Green #1BCAA5

RGB

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

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

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

R = 6.85%
G = 51.27%
B = 41.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#1BCAA5 (or 0x1BCAA5) is known color: Light Sea Green. HEX triplet: 1B, CA and A5. RGB value is (27,202,165). Sum of RGB (Red+Green+Blue) = 27+202+165=394 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.85% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCAA5 is #E4355A. Grayscale: #919191. Windows color (decimal): -14955867 or 10865179. OLE color: 10865179.

HSL color Cylindrical-coordinate representation of color #1BCAA5: hue angle of 167.31º 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 #1BCAA5 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 27 202 165 -
CMYK 0.87 0 0.18 0.21
HSL 167.31º 0.76% 0.45% -
HSV(B) 167.31º 0.87% 0.79% -
XYZ 28.36 45.19 42.83 -
YUV 145.46 139.02 43.51 -
System Red Green Blue C M Y K H S L
Decimal 27 202 165 0.87 0 0.18 0.21 167.31 0.76 0.45
Hex 1B CA A5 57 0 12 15 A7 4C 2D
Octal 33 312 245 127 0 22 25 247 114 55
Binary 11011 11001010 10100101 1010111 0 10010 10101 10100111 1001100 101101

Color Harmonies of #1BCAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCAA5

Black with #1BCAA5

Text Example


Text Example

White with #1BCAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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