Html Css Color HEX #67BCA0 Keppel

📋 copy color: '#67BCA0'

red 103 ◦ green 188 ◦ blue 160

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

Shades of Keppel #67BCA0

Tints of Keppel #67BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

 BLUE value IS 160 (62.89% from 255) = 35.48%

R = 22.84%
G = 41.69%
B = 35.48%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#67BCA0 (or 0x67BCA0) is known color: Keppel. HEX triplet: 67, BC and A0. RGB value is (103,188,160). Sum of RGB (Red+Green+Blue) = 103+188+160=451 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.84% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 160 (62.89% from 255 or 35.48% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #67BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BCA0 is #98435F. Grayscale: #9F9F9F. Windows color (decimal): -9978720 or 10533991. OLE color: 10533991.

HSL color Cylindrical-coordinate representation of color #67BCA0: hue angle of 160.24º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BCA0 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 188 160 -
CMYK 0.45 0 0.15 0.26
HSL 160.24º 0.39% 0.57% -
HSV(B) 160.24º 0.45% 0.74% -
XYZ 29.92 41.39 39.67 -
YUV 159.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 103 188 160 0.45 0 0.15 0.26 160.24 0.39 0.57
Hex 67 BC A0 2D 0 F 1A A0 27 39
Octal 147 274 240 55 0 17 32 240 47 71
Binary 1100111 10111100 10100000 101101 0 1111 11010 10100000 100111 111001

Color Harmonies of #67BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCA0

Black with #67BCA0

Text Example


Text Example

White with #67BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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