Html Css Color HEX #1CBFA6 Light Sea Green

📋 copy color: '#1CBFA6'

red 28 ◦ green 191 ◦ blue 166

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

Shades of Light Sea Green #1CBFA6

Tints of Light Sea Green #1CBFA6

RGB

 RED value IS 28 (11.33% from 255) = 7.27%

 GREEN value IS 191 (75% from 255) = 49.61%

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 7.27%
G = 49.61%
B = 43.12%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#1CBFA6 (or 0x1CBFA6) is known color: Light Sea Green. HEX triplet: 1C, BF and A6. RGB value is (28,191,166). Sum of RGB (Red+Green+Blue) = 28+191+166=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #1CBFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBFA6 is #E34059. Grayscale: #8B8B8B. Windows color (decimal): -14893146 or 10927900. OLE color: 10927900.

HSL color Cylindrical-coordinate representation of color #1CBFA6: hue angle of 170.8º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBFA6 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 191 166 -
CMYK 0.85 0 0.13 0.25
HSL 170.8º 0.74% 0.43% -
HSV(B) 170.8º 0.85% 0.75% -
XYZ 25.99 40.26 42.48 -
YUV 139.41 143 48.53 -
System Red Green Blue C M Y K H S L
Decimal 28 191 166 0.85 0 0.13 0.25 170.8 0.74 0.43
Hex 1C BF A6 55 0 D 19 AB 4A 2B
Octal 34 277 246 125 0 15 31 253 112 53
Binary 11100 10111111 10100110 1010101 0 1101 11001 10101011 1001010 101011

Color Harmonies of #1CBFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBFA6

Black with #1CBFA6

Text Example


Text Example

White with #1CBFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,191,166); }

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

background-color css

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

 a { background-color: rgb(28,191,166); }

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

border-color css

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

 span { border-color: rgb(28,191,166); }

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