Html Css Color HEX #8CFDC4 Aquamarine

📋 copy color: '#8CFDC4'

red 140 ◦ green 253 ◦ blue 196

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

Shades of Aquamarine #8CFDC4

Tints of Aquamarine #8CFDC4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

 BLUE value IS 196 (76.95% from 255) = 33.28%

R = 23.77%
G = 42.95%
B = 33.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#8CFDC4 (or 0x8CFDC4) is known color: Aquamarine. HEX triplet: 8C, FD and C4. RGB value is (140,253,196). Sum of RGB (Red+Green+Blue) = 140+253+196=589 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.77% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFDC4 is #73023B. Grayscale: #D4D4D4. Windows color (decimal): -7537212 or 12909964. OLE color: 12909964.

HSL color Cylindrical-coordinate representation of color #8CFDC4: hue angle of 149.73º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFDC4 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 253 196 -
CMYK 0.45 0 0.23 0.01
HSL 149.73º 0.97% 0.77% -
HSV(B) 149.73º 0.45% 0.99% -
XYZ 55.9 79.81 64.68 -
YUV 212.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 140 253 196 0.45 0 0.23 0.01 149.73 0.97 0.77
Hex 8C FD C4 2D 0 17 1 96 61 4D
Octal 214 375 304 55 0 27 1 226 141 115
Binary 10001100 11111101 11000100 101101 0 10111 1 10010110 1100001 1001101

Color Harmonies of #8CFDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CFDC4

Black with #8CFDC4

Text Example


Text Example

White with #8CFDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,253,196); }

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

background-color css

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

 a { background-color: rgb(140,253,196); }

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

border-color css

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

 span { border-color: rgb(140,253,196); }

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