Html Css Color HEX #70B7B5 Fountain Blue

📋 copy color: '#70B7B5'

red 112 ◦ green 183 ◦ blue 181

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

Shades of Fountain Blue #70B7B5

Tints of Fountain Blue #70B7B5

RGB

 RED value IS 112 (44.14% from 255) = 23.53%

 GREEN value IS 183 (71.88% from 255) = 38.45%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 23.53%
G = 38.45%
B = 38.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#70B7B5 (or 0x70B7B5) is known color: Fountain Blue. HEX triplet: 70, B7 and B5. RGB value is (112,183,181). Sum of RGB (Red+Green+Blue) = 112+183+181=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #70B7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70B7B5 is #8F484A. Grayscale: #A1A1A1. Windows color (decimal): -9390155 or 11908976. OLE color: 11908976.

HSL color Cylindrical-coordinate representation of color #70B7B5: hue angle of 178.31º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B7B5 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 181 -
CMYK 0.39 0 0.01 0.28
HSL 178.31º 0.33% 0.58% -
HSV(B) 178.31º 0.39% 0.72% -
XYZ 31.96 40.65 49.88 -
YUV 161.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 112 183 181 0.39 0 0.01 0.28 178.31 0.33 0.58
Hex 70 B7 B5 27 0 1 1C B2 21 3A
Octal 160 267 265 47 0 1 34 262 41 72
Binary 1110000 10110111 10110101 100111 0 1 11100 10110010 100001 111010

Color Harmonies of #70B7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B7B5

Black with #70B7B5

Text Example


Text Example

White with #70B7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70B7B5; }

 p { color: rgb(112,183,181); }

 H1.HeaderClassName
 {
   color: #70B7B5;
 }
 .AnyTagClassName
 {
   color: #70B7B5;
 }
</style>

background-color css

<style>
 a { background-color: #70B7B5; }

 a { background-color: rgb(112,183,181); }

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

border-color css

<style>
 span { border-color: #70B7B5; }

 span { border-color: rgb(112,183,181); }

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