Html Css Color HEX #78F2CB Aquamarine

📋 copy color: '#78F2CB'

red 120 ◦ green 242 ◦ blue 203

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

Shades of Aquamarine #78F2CB

Tints of Aquamarine #78F2CB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.83%

 BLUE value IS 203 (79.69% from 255) = 35.93%

R = 21.24%
G = 42.83%
B = 35.93%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#78F2CB (or 0x78F2CB) is known color: Aquamarine. HEX triplet: 78, F2 and CB. RGB value is (120,242,203). Sum of RGB (Red+Green+Blue) = 120+242+203=565 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.24% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #78F2CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78F2CB is #870D34. Grayscale: #C9C9C9. Windows color (decimal): -8850741 or 13365880. OLE color: 13365880.

HSL color Cylindrical-coordinate representation of color #78F2CB: hue angle of 160.82º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F2CB is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 242 203 -
CMYK 0.50 0 0.16 0.05
HSL 160.82º 0.82% 0.71% -
HSV(B) 160.82º 0.5% 0.95% -
XYZ 50.28 71.81 67.71 -
YUV 201.08 129.08 70.17 -
System Red Green Blue C M Y K H S L
Decimal 120 242 203 0.50 0 0.16 0.05 160.82 0.82 0.71
Hex 78 F2 CB 32 0 10 5 A1 52 47
Octal 170 362 313 62 0 20 5 241 122 107
Binary 1111000 11110010 11001011 110010 0 10000 101 10100001 1010010 1000111

Color Harmonies of #78F2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78F2CB

Black with #78F2CB

Text Example


Text Example

White with #78F2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,242,203); }

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

background-color css

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

 a { background-color: rgb(120,242,203); }

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

border-color css

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

 span { border-color: rgb(120,242,203); }

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