Html Css Color HEX #1BC3A8 Light Sea Green

📋 copy color: '#1BC3A8'

red 27 ◦ green 195 ◦ blue 168

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

Shades of Light Sea Green #1BC3A8

Tints of Light Sea Green #1BC3A8

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 6.92%
G = 50%
B = 43.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#1BC3A8 (or 0x1BC3A8) is known color: Light Sea Green. HEX triplet: 1B, C3 and A8. RGB value is (27,195,168). Sum of RGB (Red+Green+Blue) = 27+195+168=390 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.92% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC3A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC3A8 is #E43C57. Grayscale: #8D8D8D. Windows color (decimal): -14957656 or 11059995. OLE color: 11059995.

HSL color Cylindrical-coordinate representation of color #1BC3A8: hue angle of 170.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC3A8 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 27 195 168 -
CMYK 0.86 0 0.14 0.24
HSL 170.36º 0.76% 0.44% -
HSV(B) 170.36º 0.86% 0.76% -
XYZ 27.03 42.09 43.75 -
YUV 141.69 142.84 46.2 -
System Red Green Blue C M Y K H S L
Decimal 27 195 168 0.86 0 0.14 0.24 170.36 0.76 0.44
Hex 1B C3 A8 56 0 E 18 AA 4C 2C
Octal 33 303 250 126 0 16 30 252 114 54
Binary 11011 11000011 10101000 1010110 0 1110 11000 10101010 1001100 101100

Color Harmonies of #1BC3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC3A8

Black with #1BC3A8

Text Example


Text Example

White with #1BC3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,195,168); }

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

background-color css

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

 a { background-color: rgb(27,195,168); }

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

border-color css

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

 span { border-color: rgb(27,195,168); }

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