Html Css Color HEX #8DEFCC Aquamarine

📋 copy color: '#8DEFCC'

red 141 ◦ green 239 ◦ blue 204

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

Shades of Aquamarine #8DEFCC

Tints of Aquamarine #8DEFCC

RGB

 RED value IS 141 (55.47% from 255) = 24.14%

 GREEN value IS 239 (93.75% from 255) = 40.92%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 24.14%
G = 40.92%
B = 34.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#8DEFCC (or 0x8DEFCC) is known color: Aquamarine. HEX triplet: 8D, EF and CC. RGB value is (141,239,204). Sum of RGB (Red+Green+Blue) = 141+239+204=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFCC is #721033. Grayscale: #CDCDCD. Windows color (decimal): -7475252 or 13430669. OLE color: 13430669.

HSL color Cylindrical-coordinate representation of color #8DEFCC: hue angle of 158.57º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFCC is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 141 239 204 -
CMYK 0.41 0 0.15 0.06
HSL 158.57º 0.75% 0.75% -
HSV(B) 158.57º 0.41% 0.94% -
XYZ 52.75 71.76 68.2 -
YUV 205.71 127.03 81.85 -
System Red Green Blue C M Y K H S L
Decimal 141 239 204 0.41 0 0.15 0.06 158.57 0.75 0.75
Hex 8D EF CC 29 0 F 6 9F 4B 4B
Octal 215 357 314 51 0 17 6 237 113 113
Binary 10001101 11101111 11001100 101001 0 1111 110 10011111 1001011 1001011

Color Harmonies of #8DEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DEFCC

Black with #8DEFCC

Text Example


Text Example

White with #8DEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,239,204); }

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

background-color css

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

 a { background-color: rgb(141,239,204); }

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

border-color css

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

 span { border-color: rgb(141,239,204); }

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