Html Css Color HEX #65B6A0 Keppel

📋 copy color: '#65B6A0'

red 101 ◦ green 182 ◦ blue 160

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

Shades of Keppel #65B6A0

Tints of Keppel #65B6A0

RGB

 RED value IS 101 (39.84% from 255) = 22.8%

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

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

R = 22.8%
G = 41.08%
B = 36.12%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#65B6A0 (or 0x65B6A0) is known color: Keppel. HEX triplet: 65, B6 and A0. RGB value is (101,182,160). Sum of RGB (Red+Green+Blue) = 101+182+160=443 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.80% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #65B6A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B6A0 is #9A495F. Grayscale: #9B9B9B. Windows color (decimal): -10111328 or 10532453. OLE color: 10532453.

HSL color Cylindrical-coordinate representation of color #65B6A0: hue angle of 163.7º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B6A0 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 182 160 -
CMYK 0.45 0 0.12 0.29
HSL 163.7º 0.36% 0.55% -
HSV(B) 163.7º 0.45% 0.71% -
XYZ 28.44 38.76 39.24 -
YUV 155.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 101 182 160 0.45 0 0.12 0.29 163.7 0.36 0.55
Hex 65 B6 A0 2D 0 C 1D A4 24 37
Octal 145 266 240 55 0 14 35 244 44 67
Binary 1100101 10110110 10100000 101101 0 1100 11101 10100100 100100 110111

Color Harmonies of #65B6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B6A0

Black with #65B6A0

Text Example


Text Example

White with #65B6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65B6A0; }

 p { color: rgb(101,182,160); }

 H1.HeaderClassName
 {
   color: #65B6A0;
 }
 .AnyTagClassName
 {
   color: #65B6A0;
 }
</style>

background-color css

<style>
 a { background-color: #65B6A0; }

 a { background-color: rgb(101,182,160); }

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

border-color css

<style>
 span { border-color: #65B6A0; }

 span { border-color: rgb(101,182,160); }

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