Html Css Color HEX #67B4B6 Fountain Blue

📋 copy color: '#67B4B6'

red 103 ◦ green 180 ◦ blue 182

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

Shades of Fountain Blue #67B4B6

Tints of Fountain Blue #67B4B6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

 BLUE value IS 182 (71.48% from 255) = 39.14%

R = 22.15%
G = 38.71%
B = 39.14%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#67B4B6 (or 0x67B4B6) is known color: Fountain Blue. HEX triplet: 67, B4 and B6. RGB value is (103,180,182). Sum of RGB (Red+Green+Blue) = 103+180+182=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 182 - color contains mainly: blue. Hex color #67B4B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67B4B6 is #984B49. Grayscale: #9D9D9D. Windows color (decimal): -9980746 or 11973735. OLE color: 11973735.

HSL color Cylindrical-coordinate representation of color #67B4B6: hue angle of 181.52º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67B4B6 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 180 182 -
CMYK 0.43 0.01 0 0.29
HSL 181.52º 0.35% 0.56% -
HSV(B) 181.52º 0.43% 0.71% -
XYZ 30.36 38.9 50.17 -
YUV 157.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 103 180 182 0.43 0.01 0 0.29 181.52 0.35 0.56
Hex 67 B4 B6 2B 1 0 1D B6 23 38
Octal 147 264 266 53 1 0 35 266 43 70
Binary 1100111 10110100 10110110 101011 1 0 11101 10110110 100011 111000

Color Harmonies of #67B4B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B4B6

Black with #67B4B6

Text Example


Text Example

White with #67B4B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,180,182); }

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

background-color css

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

 a { background-color: rgb(103,180,182); }

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

border-color css

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

 span { border-color: rgb(103,180,182); }

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