Html Css Color HEX #67BBA0 Keppel

📋 copy color: '#67BBA0'

red 103 ◦ green 187 ◦ blue 160

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

Shades of Keppel #67BBA0

Tints of Keppel #67BBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

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

R = 22.89%
G = 41.56%
B = 35.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#67BBA0 (or 0x67BBA0) is known color: Keppel. HEX triplet: 67, BB and A0. RGB value is (103,187,160). Sum of RGB (Red+Green+Blue) = 103+187+160=450 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.89% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBA0 is #98445F. Grayscale: #9E9E9E. Windows color (decimal): -9978976 or 10533735. OLE color: 10533735.

HSL color Cylindrical-coordinate representation of color #67BBA0: hue angle of 160.71º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BBA0 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 187 160 -
CMYK 0.45 0 0.14 0.27
HSL 160.71º 0.38% 0.57% -
HSV(B) 160.71º 0.45% 0.73% -
XYZ 29.71 40.96 39.6 -
YUV 158.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 103 187 160 0.45 0 0.14 0.27 160.71 0.38 0.57
Hex 67 BB A0 2D 0 E 1B A1 26 39
Octal 147 273 240 55 0 16 33 241 46 71
Binary 1100111 10111011 10100000 101101 0 1110 11011 10100001 100110 111001

Color Harmonies of #67BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBA0

Black with #67BBA0

Text Example


Text Example

White with #67BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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