Html Css Color HEX #65BD9A Keppel

📋 copy color: '#65BD9A'

red 101 ◦ green 189 ◦ blue 154

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

Shades of Keppel #65BD9A

Tints of Keppel #65BD9A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.57%

 BLUE value IS 154 (60.55% from 255) = 34.68%

R = 22.75%
G = 42.57%
B = 34.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#65BD9A (or 0x65BD9A) is known color: Keppel. HEX triplet: 65, BD and 9A. RGB value is (101,189,154). Sum of RGB (Red+Green+Blue) = 101+189+154=444 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.75% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BD9A is #9A4265. Grayscale: #9E9E9E. Windows color (decimal): -10109542 or 10141029. OLE color: 10141029.

HSL color Cylindrical-coordinate representation of color #65BD9A: hue angle of 156.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BD9A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 189 154 -
CMYK 0.47 0 0.19 0.26
HSL 156.14º 0.4% 0.57% -
HSV(B) 156.14º 0.47% 0.74% -
XYZ 29.4 41.49 37.03 -
YUV 158.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 101 189 154 0.47 0 0.19 0.26 156.14 0.4 0.57
Hex 65 BD 9A 2F 0 13 1A 9C 28 39
Octal 145 275 232 57 0 23 32 234 50 71
Binary 1100101 10111101 10011010 101111 0 10011 11010 10011100 101000 111001

Color Harmonies of #65BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65BD9A

Black with #65BD9A

Text Example


Text Example

White with #65BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,189,154); }

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

background-color css

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

 a { background-color: rgb(101,189,154); }

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

border-color css

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

 span { border-color: rgb(101,189,154); }

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