Html Css Color HEX #1BCEAF Light Sea Green

📋 copy color: '#1BCEAF'

red 27 ◦ green 206 ◦ blue 175

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

Shades of Light Sea Green #1BCEAF

Tints of Light Sea Green #1BCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 6.62%
G = 50.49%
B = 42.89%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#1BCEAF (or 0x1BCEAF) is known color: Light Sea Green. HEX triplet: 1B, CE and AF. RGB value is (27,206,175). Sum of RGB (Red+Green+Blue) = 27+206+175=408 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.62% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #1BCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCEAF is #E43150. Grayscale: #949494. Windows color (decimal): -14954833 or 11521563. OLE color: 11521563.

HSL color Cylindrical-coordinate representation of color #1BCEAF: hue angle of 169.61º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCEAF is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 27 206 175 -
CMYK 0.87 0 0.15 0.19
HSL 169.61º 0.77% 0.46% -
HSV(B) 169.61º 0.87% 0.81% -
XYZ 30.26 47.47 48.13 -
YUV 148.95 142.7 41.02 -
System Red Green Blue C M Y K H S L
Decimal 27 206 175 0.87 0 0.15 0.19 169.61 0.77 0.46
Hex 1B CE AF 57 0 F 13 AA 4D 2E
Octal 33 316 257 127 0 17 23 252 115 56
Binary 11011 11001110 10101111 1010111 0 1111 10011 10101010 1001101 101110

Color Harmonies of #1BCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BCEAF

Black with #1BCEAF

Text Example


Text Example

White with #1BCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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