Html Css Color HEX #78FDCF Aquamarine

📋 copy color: '#78FDCF'

red 120 ◦ green 253 ◦ blue 207

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

Shades of Aquamarine #78FDCF

Tints of Aquamarine #78FDCF

RGB

 RED value IS 120 (47.27% from 255) = 20.69%

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 20.69%
G = 43.62%
B = 35.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#78FDCF (or 0x78FDCF) is known color: Aquamarine. HEX triplet: 78, FD and CF. RGB value is (120,253,207). Sum of RGB (Red+Green+Blue) = 120+253+207=580 (76% of max value = 765). Red value is 120 (47.27% from 255 or 20.69% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #78FDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FDCF is #870230. Grayscale: #D0D0D0. Windows color (decimal): -8847921 or 13630840. OLE color: 13630840.

HSL color Cylindrical-coordinate representation of color #78FDCF: hue angle of 159.25º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FDCF is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 253 207 -
CMYK 0.53 0 0.18 0.01
HSL 159.25º 0.97% 0.73% -
HSV(B) 159.25º 0.53% 0.99% -
XYZ 54.13 78.75 71.38 -
YUV 207.99 127.44 65.24 -
System Red Green Blue C M Y K H S L
Decimal 120 253 207 0.53 0 0.18 0.01 159.25 0.97 0.73
Hex 78 FD CF 35 0 12 1 9F 61 49
Octal 170 375 317 65 0 22 1 237 141 111
Binary 1111000 11111101 11001111 110101 0 10010 1 10011111 1100001 1001001

Color Harmonies of #78FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FDCF

Black with #78FDCF

Text Example


Text Example

White with #78FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78FDCF; }

 p { color: rgb(120,253,207); }

 H1.HeaderClassName
 {
   color: #78FDCF;
 }
 .AnyTagClassName
 {
   color: #78FDCF;
 }
</style>

background-color css

<style>
 a { background-color: #78FDCF; }

 a { background-color: rgb(120,253,207); }

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

border-color css

<style>
 span { border-color: #78FDCF; }

 span { border-color: rgb(120,253,207); }

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