Html Css Color HEX #65B193 Keppel

📋 copy color: '#65B193'

red 101 ◦ green 177 ◦ blue 147

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

Shades of Keppel #65B193

Tints of Keppel #65B193

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.65%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 23.76%
G = 41.65%
B = 34.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#65B193 (or 0x65B193) is known color: Keppel. HEX triplet: 65, B1 and 93. RGB value is (101,177,147). Sum of RGB (Red+Green+Blue) = 101+177+147=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #65B193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B193 is #9A4E6C. Grayscale: #969696. Windows color (decimal): -10112621 or 9679205. OLE color: 9679205.

HSL color Cylindrical-coordinate representation of color #65B193: hue angle of 156.32º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B193 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 177 147 -
CMYK 0.43 0 0.17 0.31
HSL 156.32º 0.33% 0.55% -
HSV(B) 156.32º 0.43% 0.69% -
XYZ 26.36 36.32 33.22 -
YUV 150.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 101 177 147 0.43 0 0.17 0.31 156.32 0.33 0.55
Hex 65 B1 93 2B 0 11 1F 9C 21 37
Octal 145 261 223 53 0 21 37 234 41 67
Binary 1100101 10110001 10010011 101011 0 10001 11111 10011100 100001 110111

Color Harmonies of #65B193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B193

Black with #65B193

Text Example


Text Example

White with #65B193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,177,147); }

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

background-color css

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

 a { background-color: rgb(101,177,147); }

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

border-color css

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

 span { border-color: rgb(101,177,147); }

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