Html Css Color HEX #67C0BC Fountain Blue

📋 copy color: '#67C0BC'

red 103 ◦ green 192 ◦ blue 188

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

Shades of Fountain Blue #67C0BC

Tints of Fountain Blue #67C0BC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 21.33%
G = 39.75%
B = 38.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#67C0BC (or 0x67C0BC) is known color: Fountain Blue. HEX triplet: 67, C0 and BC. RGB value is (103,192,188). Sum of RGB (Red+Green+Blue) = 103+192+188=483 (63% of max value = 765). Red value is 103 (40.62% from 255 or 21.33% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #67C0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67C0BC is #983F43. Grayscale: #A4A4A4. Windows color (decimal): -9977668 or 12370023. OLE color: 12370023.

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

Color convert

RGB 103 192 188 -
CMYK 0.46 0 0.02 0.25
HSL 177.3º 0.41% 0.58% -
HSV(B) 177.3º 0.46% 0.75% -
XYZ 33.52 44.21 54.34 -
YUV 164.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 103 192 188 0.46 0 0.02 0.25 177.3 0.41 0.58
Hex 67 C0 BC 2E 0 2 19 B1 29 3A
Octal 147 300 274 56 0 2 31 261 51 72
Binary 1100111 11000000 10111100 101110 0 10 11001 10110001 101001 111010

Color Harmonies of #67C0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67C0BC

Black with #67C0BC

Text Example


Text Example

White with #67C0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,192,188); }

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

background-color css

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

 a { background-color: rgb(103,192,188); }

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

border-color css

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

 span { border-color: rgb(103,192,188); }

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