Html Css Color HEX #6CBEBB Fountain Blue

📋 copy color: '#6CBEBB'

red 108 ◦ green 190 ◦ blue 187

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

Shades of Fountain Blue #6CBEBB

Tints of Fountain Blue #6CBEBB

RGB

 RED value IS 108 (42.58% from 255) = 22.27%

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

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

R = 22.27%
G = 39.18%
B = 38.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#6CBEBB (or 0x6CBEBB) is known color: Fountain Blue. HEX triplet: 6C, BE and BB. RGB value is (108,190,187). Sum of RGB (Red+Green+Blue) = 108+190+187=485 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.27% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 190 - color contains mainly: green. Hex color #6CBEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEBB is #934144. Grayscale: #A5A5A5. Windows color (decimal): -9650501 or 12303980. OLE color: 12303980.

HSL color Cylindrical-coordinate representation of color #6CBEBB: hue angle of 177.8º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBEBB is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 190 187 -
CMYK 0.43 0 0.02 0.25
HSL 177.8º 0.39% 0.58% -
HSV(B) 177.8º 0.43% 0.75% -
XYZ 33.57 43.6 53.66 -
YUV 165.14 140.33 87.24 -
System Red Green Blue C M Y K H S L
Decimal 108 190 187 0.43 0 0.02 0.25 177.8 0.39 0.58
Hex 6C BE BB 2B 0 2 19 B2 27 3A
Octal 154 276 273 53 0 2 31 262 47 72
Binary 1101100 10111110 10111011 101011 0 10 11001 10110010 100111 111010

Color Harmonies of #6CBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEBB

Black with #6CBEBB

Text Example


Text Example

White with #6CBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,190,187); }

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

background-color css

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

 a { background-color: rgb(108,190,187); }

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

border-color css

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

 span { border-color: rgb(108,190,187); }

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