Html Css Color HEX #78FCC3 Aquamarine

📋 copy color: '#78FCC3'

red 120 ◦ green 252 ◦ blue 195

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

Shades of Aquamarine #78FCC3

Tints of Aquamarine #78FCC3

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.44%

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 21.16%
G = 44.44%
B = 34.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#78FCC3 (or 0x78FCC3) is known color: Aquamarine. HEX triplet: 78, FC and C3. RGB value is (120,252,195). Sum of RGB (Red+Green+Blue) = 120+252+195=567 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.16% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #78FCC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78FCC3 is #87033C. Grayscale: #CECECE. Windows color (decimal): -8848189 or 12844152. OLE color: 12844152.

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

Color convert

RGB 120 252 195 -
CMYK 0.52 0 0.23 0.01
HSL 154.09º 0.96% 0.73% -
HSV(B) 154.09º 0.52% 0.99% -
XYZ 52.41 77.55 63.84 -
YUV 206.03 121.77 66.63 -
System Red Green Blue C M Y K H S L
Decimal 120 252 195 0.52 0 0.23 0.01 154.09 0.96 0.73
Hex 78 FC C3 34 0 17 1 9A 60 49
Octal 170 374 303 64 0 27 1 232 140 111
Binary 1111000 11111100 11000011 110100 0 10111 1 10011010 1100000 1001001

Color Harmonies of #78FCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FCC3

Black with #78FCC3

Text Example


Text Example

White with #78FCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,252,195); }

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

background-color css

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

 a { background-color: rgb(120,252,195); }

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

border-color css

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

 span { border-color: rgb(120,252,195); }

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