Html Css Color HEX #68AEBE Fountain Blue

📋 copy color: '#68AEBE'

red 104 ◦ green 174 ◦ blue 190

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

Shades of Fountain Blue #68AEBE

Tints of Fountain Blue #68AEBE

RGB

 RED value IS 104 (41.02% from 255) = 22.22%

 GREEN value IS 174 (68.36% from 255) = 37.18%

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 22.22%
G = 37.18%
B = 40.6%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#68AEBE (or 0x68AEBE) is known color: Fountain Blue. HEX triplet: 68, AE and BE. RGB value is (104,174,190). Sum of RGB (Red+Green+Blue) = 104+174+190=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #68AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AEBE is #975141. Grayscale: #9A9A9A. Windows color (decimal): -9916738 or 12496488. OLE color: 12496488.

HSL color Cylindrical-coordinate representation of color #68AEBE: hue angle of 191.16º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68AEBE is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 174 190 -
CMYK 0.45 0.08 0 0.25
HSL 191.16º 0.4% 0.58% -
HSV(B) 191.16º 0.45% 0.75% -
XYZ 30.14 36.93 54.26 -
YUV 154.89 147.81 91.7 -
System Red Green Blue C M Y K H S L
Decimal 104 174 190 0.45 0.08 0 0.25 191.16 0.4 0.58
Hex 68 AE BE 2D 8 0 19 BF 28 3A
Octal 150 256 276 55 10 0 31 277 50 72
Binary 1101000 10101110 10111110 101101 1000 0 11001 10111111 101000 111010

Color Harmonies of #68AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AEBE

Black with #68AEBE

Text Example


Text Example

White with #68AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AEBE; }

 p { color: rgb(104,174,190); }

 H1.HeaderClassName
 {
   color: #68AEBE;
 }
 .AnyTagClassName
 {
   color: #68AEBE;
 }
</style>

background-color css

<style>
 a { background-color: #68AEBE; }

 a { background-color: rgb(104,174,190); }

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

border-color css

<style>
 span { border-color: #68AEBE; }

 span { border-color: rgb(104,174,190); }

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