Html Css Color HEX #78FFEA Baby Blue

📋 copy color: '#78FFEA'

red 120 ◦ green 255 ◦ blue 234

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

Shades of Baby Blue #78FFEA

Tints of Baby Blue #78FFEA

RGB

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

 GREEN value IS 255 (100% from 255) = 41.87%

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 19.7%
G = 41.87%
B = 38.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#78FFEA (or 0x78FFEA) is known color: Baby Blue. HEX triplet: 78, FF and EA. RGB value is (120,255,234). Sum of RGB (Red+Green+Blue) = 120+255+234=609 (80% of max value = 765). Red value is 120 (47.27% from 255 or 19.70% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #78FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #78FFEA is #870015. Grayscale: #D4D4D4. Windows color (decimal): -8847382 or 15400824. OLE color: 15400824.

HSL color Cylindrical-coordinate representation of color #78FFEA: hue angle of 170.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78FFEA is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 120 255 234 -
CMYK 0.53 0 0.08 0
HSL 170.67º 1% 0.74% -
HSV(B) 170.67º 0.53% 1% -
XYZ 58.36 81.45 90.49 -
YUV 212.24 140.27 62.21 -
System Red Green Blue C M Y K H S L
Decimal 120 255 234 0.53 0 0.08 0 170.67 1 0.74
Hex 78 FF EA 35 0 8 0 AB 64 4A
Octal 170 377 352 65 0 10 0 253 144 112
Binary 1111000 11111111 11101010 110101 0 1000 0 10101011 1100100 1001010

Color Harmonies of #78FFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78FFEA

Black with #78FFEA

Text Example


Text Example

White with #78FFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,255,234); }

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

background-color css

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

 a { background-color: rgb(120,255,234); }

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

border-color css

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

 span { border-color: rgb(120,255,234); }

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