Html Css Color HEX #8CF6CB Aquamarine

📋 copy color: '#8CF6CB'

red 140 ◦ green 246 ◦ blue 203

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

Shades of Aquamarine #8CF6CB

Tints of Aquamarine #8CF6CB

RGB

 RED value IS 140 (55.08% from 255) = 23.77%

 GREEN value IS 246 (96.48% from 255) = 41.77%

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 23.77%
G = 41.77%
B = 34.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#8CF6CB (or 0x8CF6CB) is known color: Aquamarine. HEX triplet: 8C, F6 and CB. RGB value is (140,246,203). Sum of RGB (Red+Green+Blue) = 140+246+203=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #8CF6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CF6CB is #730934. Grayscale: #D1D1D1. Windows color (decimal): -7538997 or 13366924. OLE color: 13366924.

HSL color Cylindrical-coordinate representation of color #8CF6CB: hue angle of 155.66º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF6CB is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 246 203 -
CMYK 0.43 0 0.17 0.04
HSL 155.66º 0.85% 0.76% -
HSV(B) 155.66º 0.43% 0.96% -
XYZ 54.55 75.8 68.26 -
YUV 209.4 124.38 78.5 -
System Red Green Blue C M Y K H S L
Decimal 140 246 203 0.43 0 0.17 0.04 155.66 0.85 0.76
Hex 8C F6 CB 2B 0 11 4 9C 55 4C
Octal 214 366 313 53 0 21 4 234 125 114
Binary 10001100 11110110 11001011 101011 0 10001 100 10011100 1010101 1001100

Color Harmonies of #8CF6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF6CB

Black with #8CF6CB

Text Example


Text Example

White with #8CF6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CF6CB; }

 p { color: rgb(140,246,203); }

 H1.HeaderClassName
 {
   color: #8CF6CB;
 }
 .AnyTagClassName
 {
   color: #8CF6CB;
 }
</style>

background-color css

<style>
 a { background-color: #8CF6CB; }

 a { background-color: rgb(140,246,203); }

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

border-color css

<style>
 span { border-color: #8CF6CB; }

 span { border-color: rgb(140,246,203); }

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