Html Css Color HEX #78EFCB Aquamarine

📋 copy color: '#78EFCB'

red 120 ◦ green 239 ◦ blue 203

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

Shades of Aquamarine #78EFCB

Tints of Aquamarine #78EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.53%

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

R = 21.35%
G = 42.53%
B = 36.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#78EFCB (or 0x78EFCB) is known color: Aquamarine. HEX triplet: 78, EF and CB. RGB value is (120,239,203). Sum of RGB (Red+Green+Blue) = 120+239+203=562 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.35% from 562); Green value is 239 (93.75% from 255 or 42.53% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 239 - color contains mainly: green. Hex color #78EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #78EFCB is #871034. Grayscale: #C7C7C7. Windows color (decimal): -8851509 or 13365112. OLE color: 13365112.

HSL color Cylindrical-coordinate representation of color #78EFCB: hue angle of 161.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EFCB is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 239 203 -
CMYK 0.50 0 0.15 0.06
HSL 161.85º 0.79% 0.7% -
HSV(B) 161.85º 0.5% 0.94% -
XYZ 49.39 70.04 67.42 -
YUV 199.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 120 239 203 0.50 0 0.15 0.06 161.85 0.79 0.7
Hex 78 EF CB 32 0 F 6 A2 4F 46
Octal 170 357 313 62 0 17 6 242 117 106
Binary 1111000 11101111 11001011 110010 0 1111 110 10100010 1001111 1000110

Color Harmonies of #78EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78EFCB

Black with #78EFCB

Text Example


Text Example

White with #78EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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