Html Css Color HEX #67B9BE Fountain Blue

📋 copy color: '#67B9BE'

red 103 ◦ green 185 ◦ blue 190

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

Shades of Fountain Blue #67B9BE

Tints of Fountain Blue #67B9BE

RGB

 RED value IS 103 (40.63% from 255) = 21.55%

 GREEN value IS 185 (72.66% from 255) = 38.7%

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

R = 21.55%
G = 38.7%
B = 39.75%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#67B9BE (or 0x67B9BE) is known color: Fountain Blue. HEX triplet: 67, B9 and BE. RGB value is (103,185,190). Sum of RGB (Red+Green+Blue) = 103+185+190=478 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.55% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B9BE is #984641. Grayscale: #A0A0A0. Windows color (decimal): -9979458 or 12499303. OLE color: 12499303.

HSL color Cylindrical-coordinate representation of color #67B9BE: hue angle of 183.45º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67B9BE is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 185 190 -
CMYK 0.46 0.03 0 0.25
HSL 183.45º 0.4% 0.57% -
HSV(B) 183.45º 0.46% 0.75% -
XYZ 32.24 41.3 54.99 -
YUV 161.05 144.33 86.59 -
System Red Green Blue C M Y K H S L
Decimal 103 185 190 0.46 0.03 0 0.25 183.45 0.4 0.57
Hex 67 B9 BE 2E 3 0 19 B7 28 39
Octal 147 271 276 56 3 0 31 267 50 71
Binary 1100111 10111001 10111110 101110 11 0 11001 10110111 101000 111001

Color Harmonies of #67B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B9BE

Black with #67B9BE

Text Example


Text Example

White with #67B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67B9BE; }

 p { color: rgb(103,185,190); }

 H1.HeaderClassName
 {
   color: #67B9BE;
 }
 .AnyTagClassName
 {
   color: #67B9BE;
 }
</style>

background-color css

<style>
 a { background-color: #67B9BE; }

 a { background-color: rgb(103,185,190); }

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

border-color css

<style>
 span { border-color: #67B9BE; }

 span { border-color: rgb(103,185,190); }

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