Html Css Color HEX #6EBEBC Fountain Blue

📋 copy color: '#6EBEBC'

red 110 ◦ green 190 ◦ blue 188

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

Shades of Fountain Blue #6EBEBC

Tints of Fountain Blue #6EBEBC

RGB

 RED value IS 110 (43.36% from 255) = 22.54%

 GREEN value IS 190 (74.61% from 255) = 38.93%

 BLUE value IS 188 (73.83% from 255) = 38.52%

R = 22.54%
G = 38.93%
B = 38.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#6EBEBC (or 0x6EBEBC) is known color: Fountain Blue. HEX triplet: 6E, BE and BC. RGB value is (110,190,188). Sum of RGB (Red+Green+Blue) = 110+190+188=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #6EBEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEBC is #914143. Grayscale: #A5A5A5. Windows color (decimal): -9519428 or 12369518. OLE color: 12369518.

HSL color Cylindrical-coordinate representation of color #6EBEBC: hue angle of 178.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6EBEBC is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 190 188 -
CMYK 0.42 0 0.01 0.25
HSL 178.5º 0.38% 0.59% -
HSV(B) 178.5º 0.42% 0.75% -
XYZ 33.92 43.77 54.24 -
YUV 165.85 140.5 88.16 -
System Red Green Blue C M Y K H S L
Decimal 110 190 188 0.42 0 0.01 0.25 178.5 0.38 0.59
Hex 6E BE BC 2A 0 1 19 B2 26 3B
Octal 156 276 274 52 0 1 31 262 46 73
Binary 1101110 10111110 10111100 101010 0 1 11001 10110010 100110 111011

Color Harmonies of #6EBEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEBC

Black with #6EBEBC

Text Example


Text Example

White with #6EBEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EBEBC; }

 p { color: rgb(110,190,188); }

 H1.HeaderClassName
 {
   color: #6EBEBC;
 }
 .AnyTagClassName
 {
   color: #6EBEBC;
 }
</style>

background-color css

<style>
 a { background-color: #6EBEBC; }

 a { background-color: rgb(110,190,188); }

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

border-color css

<style>
 span { border-color: #6EBEBC; }

 span { border-color: rgb(110,190,188); }

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