Html Css Color HEX #8DF8CC Aquamarine

📋 copy color: '#8DF8CC'

red 141 ◦ green 248 ◦ blue 204

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

Shades of Aquamarine #8DF8CC

Tints of Aquamarine #8DF8CC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.82%

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

R = 23.78%
G = 41.82%
B = 34.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#8DF8CC (or 0x8DF8CC) is known color: Aquamarine. HEX triplet: 8D, F8 and CC. RGB value is (141,248,204). Sum of RGB (Red+Green+Blue) = 141+248+204=593 (78% of max value = 765). Red value is 141 (55.47% from 255 or 23.78% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF8CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DF8CC is #720733. Grayscale: #D3D3D3. Windows color (decimal): -7472948 or 13432973. OLE color: 13432973.

HSL color Cylindrical-coordinate representation of color #8DF8CC: hue angle of 155.33º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DF8CC is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 248 204 -
CMYK 0.43 0 0.18 0.03
HSL 155.33º 0.88% 0.76% -
HSV(B) 155.33º 0.43% 0.97% -
XYZ 55.45 77.16 69.1 -
YUV 210.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 141 248 204 0.43 0 0.18 0.03 155.33 0.88 0.76
Hex 8D F8 CC 2B 0 12 3 9B 58 4C
Octal 215 370 314 53 0 22 3 233 130 114
Binary 10001101 11111000 11001100 101011 0 10010 11 10011011 1011000 1001100

Color Harmonies of #8DF8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DF8CC

Black with #8DF8CC

Text Example


Text Example

White with #8DF8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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