Html Css Color HEX #67B6B4 Fountain Blue

📋 copy color: '#67B6B4'

red 103 ◦ green 182 ◦ blue 180

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

Shades of Fountain Blue #67B6B4

Tints of Fountain Blue #67B6B4

RGB

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

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

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

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

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #67B6B4: hue angle of 178.48º 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 #67B6B4 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 182 180 -
CMYK 0.43 0 0.01 0.29
HSL 178.48º 0.35% 0.56% -
HSV(B) 178.48º 0.43% 0.71% -
XYZ 30.56 39.63 49.22 -
YUV 158.15 140.33 88.66 -
System Red Green Blue C M Y K H S L
Decimal 103 182 180 0.43 0 0.01 0.29 178.48 0.35 0.56
Hex 67 B6 B4 2B 0 1 1D B2 23 38
Octal 147 266 264 53 0 1 35 262 43 70
Binary 1100111 10110110 10110100 101011 0 1 11101 10110010 100011 111000

Color Harmonies of #67B6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B6B4

Black with #67B6B4

Text Example


Text Example

White with #67B6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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