Html Css Color HEX #67B2BE Fountain Blue

📋 copy color: '#67B2BE'

red 103 ◦ green 178 ◦ blue 190

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

Shades of Fountain Blue #67B2BE

Tints of Fountain Blue #67B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

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

R = 21.87%
G = 37.79%
B = 40.34%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#67B2BE (or 0x67B2BE) is known color: Fountain Blue. HEX triplet: 67, B2 and BE. RGB value is (103,178,190). Sum of RGB (Red+Green+Blue) = 103+178+190=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #67B2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67B2BE is #984D41. Grayscale: #9C9C9C. Windows color (decimal): -9981250 or 12497511. OLE color: 12497511.

HSL color Cylindrical-coordinate representation of color #67B2BE: hue angle of 188.28º 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 #67B2BE is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 103 178 190 -
CMYK 0.46 0.06 0 0.25
HSL 188.28º 0.4% 0.57% -
HSV(B) 188.28º 0.46% 0.75% -
XYZ 30.81 38.44 54.51 -
YUV 156.94 146.65 89.52 -
System Red Green Blue C M Y K H S L
Decimal 103 178 190 0.46 0.06 0 0.25 188.28 0.4 0.57
Hex 67 B2 BE 2E 6 0 19 BC 28 39
Octal 147 262 276 56 6 0 31 274 50 71
Binary 1100111 10110010 10111110 101110 110 0 11001 10111100 101000 111001

Color Harmonies of #67B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B2BE

Black with #67B2BE

Text Example


Text Example

White with #67B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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