Html Css Color HEX #65B3A0 Keppel

📋 copy color: '#65B3A0'

red 101 ◦ green 179 ◦ blue 160

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

Shades of Keppel #65B3A0

Tints of Keppel #65B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.68%

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

R = 22.95%
G = 40.68%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#65B3A0 (or 0x65B3A0) is known color: Keppel. HEX triplet: 65, B3 and A0. RGB value is (101,179,160). Sum of RGB (Red+Green+Blue) = 101+179+160=440 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.95% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 179 - color contains mainly: green. Hex color #65B3A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65B3A0 is #9A4C5F. Grayscale: #999999. Windows color (decimal): -10112096 or 10531685. OLE color: 10531685.

HSL color Cylindrical-coordinate representation of color #65B3A0: hue angle of 165.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B3A0 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 179 160 -
CMYK 0.44 0 0.11 0.30
HSL 165.38º 0.34% 0.55% -
HSV(B) 165.38º 0.44% 0.7% -
XYZ 27.83 37.54 39.04 -
YUV 153.51 131.66 90.54 -
System Red Green Blue C M Y K H S L
Decimal 101 179 160 0.44 0 0.11 0.30 165.38 0.34 0.55
Hex 65 B3 A0 2C 0 B 1E A5 22 37
Octal 145 263 240 54 0 13 36 245 42 67
Binary 1100101 10110011 10100000 101100 0 1011 11110 10100101 100010 110111

Color Harmonies of #65B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B3A0

Black with #65B3A0

Text Example


Text Example

White with #65B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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