Html Css Color HEX #8FF5CB Aquamarine

📋 copy color: '#8FF5CB'

red 143 ◦ green 245 ◦ blue 203

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

Shades of Aquamarine #8FF5CB

Tints of Aquamarine #8FF5CB

RGB

 RED value IS 143 (56.25% from 255) = 24.2%

 GREEN value IS 245 (96.09% from 255) = 41.46%

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

R = 24.2%
G = 41.46%
B = 34.35%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#8FF5CB (or 0x8FF5CB) is known color: Aquamarine. HEX triplet: 8F, F5 and CB. RGB value is (143,245,203). Sum of RGB (Red+Green+Blue) = 143+245+203=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5CB is #700A34. Grayscale: #D1D1D1. Windows color (decimal): -7342645 or 13366671. OLE color: 13366671.

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

Color convert

RGB 143 245 203 -
CMYK 0.42 0 0.17 0.04
HSL 155.29º 0.84% 0.76% -
HSV(B) 155.29º 0.42% 0.96% -
XYZ 54.76 75.46 68.18 -
YUV 209.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 143 245 203 0.42 0 0.17 0.04 155.29 0.84 0.76
Hex 8F F5 CB 2A 0 11 4 9B 54 4C
Octal 217 365 313 52 0 21 4 233 124 114
Binary 10001111 11110101 11001011 101010 0 10001 100 10011011 1010100 1001100

Color Harmonies of #8FF5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FF5CB

Black with #8FF5CB

Text Example


Text Example

White with #8FF5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,245,203); }

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

background-color css

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

 a { background-color: rgb(143,245,203); }

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

border-color css

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

 span { border-color: rgb(143,245,203); }

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