Html Css Color HEX #78F9CA Aquamarine

📋 copy color: '#78F9CA'

red 120 ◦ green 249 ◦ blue 202

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

Shades of Aquamarine #78F9CA

Tints of Aquamarine #78F9CA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.61%

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 21.02%
G = 43.61%
B = 35.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#78F9CA (or 0x78F9CA) is known color: Aquamarine. HEX triplet: 78, F9 and CA. RGB value is (120,249,202). Sum of RGB (Red+Green+Blue) = 120+249+202=571 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.02% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #78F9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F9CA is #870635. Grayscale: #CDCDCD. Windows color (decimal): -8848950 or 13302136. OLE color: 13302136.

HSL color Cylindrical-coordinate representation of color #78F9CA: hue angle of 158.14º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78F9CA is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 249 202 -
CMYK 0.52 0 0.19 0.02
HSL 158.14º 0.91% 0.72% -
HSV(B) 158.14º 0.52% 0.98% -
XYZ 52.28 76.01 67.79 -
YUV 205.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 120 249 202 0.52 0 0.19 0.02 158.14 0.91 0.72
Hex 78 F9 CA 34 0 13 2 9E 5B 48
Octal 170 371 312 64 0 23 2 236 133 110
Binary 1111000 11111001 11001010 110100 0 10011 10 10011110 1011011 1001000

Color Harmonies of #78F9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F9CA

Black with #78F9CA

Text Example


Text Example

White with #78F9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,249,202); }

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

background-color css

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

 a { background-color: rgb(120,249,202); }

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

border-color css

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

 span { border-color: rgb(120,249,202); }

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