Html Css Color HEX #6EBDBB Fountain Blue

📋 copy color: '#6EBDBB'

red 110 ◦ green 189 ◦ blue 187

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

Shades of Fountain Blue #6EBDBB

Tints of Fountain Blue #6EBDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 187 (73.44% from 255) = 38.48%

R = 22.63%
G = 38.89%
B = 38.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#6EBDBB (or 0x6EBDBB) is known color: Fountain Blue. HEX triplet: 6E, BD and BB. RGB value is (110,189,187). Sum of RGB (Red+Green+Blue) = 110+189+187=486 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.63% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDBB is #914244. Grayscale: #A5A5A5. Windows color (decimal): -9519685 or 12303726. OLE color: 12303726.

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

Color convert

RGB 110 189 187 -
CMYK 0.42 0 0.01 0.26
HSL 178.48º 0.37% 0.59% -
HSV(B) 178.48º 0.42% 0.74% -
XYZ 33.6 43.3 53.6 -
YUV 165.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 110 189 187 0.42 0 0.01 0.26 178.48 0.37 0.59
Hex 6E BD BB 2A 0 1 1A B2 25 3B
Octal 156 275 273 52 0 1 32 262 45 73
Binary 1101110 10111101 10111011 101010 0 1 11010 10110010 100101 111011

Color Harmonies of #6EBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDBB

Black with #6EBDBB

Text Example


Text Example

White with #6EBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,187); }

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

background-color css

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

 a { background-color: rgb(110,189,187); }

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

border-color css

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

 span { border-color: rgb(110,189,187); }

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