#72F7F2

Color #72F7F2 Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #72F7F2

Tints of Baby Blue #72F7F2

Color information

#72F7F2 (or 0x72F7F2) is unknown color: approx Baby Blue. HEX triplet: 72, F7 and F2. RGB value is (114,247,242). Sum of RGB (Red+Green+Blue) = 114+247+242=603 (79% of max value = 765). Red value is 114 (44.92% from 255 or 18.91% from 603); Green value is 247 (96.88% from 255 or 40.96% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 247 - color contains mainly: green. Hex color #72F7F2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72F7F2 is #8D080D. Grayscale: #CECECE. Windows color (decimal): -9242638 or 15923058. OLE color: 15923058.

HSL color Cylindrical-coordinate representation of color #72F7F2: hue angle of 177.74º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72F7F2 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB114247242-
CMYK0.5400.020.03
HSL177.74º89.26%70.78%-
HSV(B)177.74º53.85%96.86%-
XYZ56.2376.5195.81-
YUV206.66147.9461.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 18.91%
GREEN value IS 247 (96.88% from 255) = 40.96%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=18.91%
G=40.96%
B=40.13%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1142472420.5400.020.03177.7489.2670.78
Hex72F7F236023b25947
Octal16236736266023262131107
Binary11100101111011111110010110110010111011001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72F7F2; }

 p { color: rgb(114,247,242); }

 H1.HeaderClassName
 {
   color: #72F7F2;
 }
 .AnyTagClassName
 {
   color: #72F7F2;
 }
</style>
background-color css

<style>
 a { background-color: #72F7F2; }

 a { background-color: rgb(114,247,242); }

 div.DivClassName
 {
   background-color: #72F7F2;
 }
 .BgClassName
 {
   background-color: #72F7F2;
 }
</style>
border-color css

<style>
 span { border-color: #72F7F2; }

 span { border-color: rgb(114,247,242); }

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