Html Css Color HEX #61A698 Keppel

📋 copy color: '#61A698'

red 97 ◦ green 166 ◦ blue 152

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

Shades of Keppel #61A698

Tints of Keppel #61A698

RGB

 RED value IS 97 (38.28% from 255) = 23.37%

 GREEN value IS 166 (65.23% from 255) = 40%

 BLUE value IS 152 (59.77% from 255) = 36.63%

R = 23.37%
G = 40%
B = 36.63%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#61A698 (or 0x61A698) is known color: Keppel. HEX triplet: 61, A6 and 98. RGB value is (97,166,152). Sum of RGB (Red+Green+Blue) = 97+166+152=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 166 (65.23% from 255 or 40% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 166 - color contains mainly: green. Hex color #61A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A698 is #9E5967. Grayscale: #8F8F8F. Windows color (decimal): -10377576 or 10004065. OLE color: 10004065.

HSL color Cylindrical-coordinate representation of color #61A698: hue angle of 167.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A698 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 166 152 -
CMYK 0.42 0 0.08 0.35
HSL 167.83º 0.28% 0.52% -
HSV(B) 167.83º 0.42% 0.65% -
XYZ 24.23 32.08 34.62 -
YUV 143.77 132.64 94.64 -
System Red Green Blue C M Y K H S L
Decimal 97 166 152 0.42 0 0.08 0.35 167.83 0.28 0.52
Hex 61 A6 98 2A 0 8 23 A8 1C 34
Octal 141 246 230 52 0 10 43 250 34 64
Binary 1100001 10100110 10011000 101010 0 1000 100011 10101000 11100 110100

Color Harmonies of #61A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A698

Black with #61A698

Text Example


Text Example

White with #61A698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A698; }

 p { color: rgb(97,166,152); }

 H1.HeaderClassName
 {
   color: #61A698;
 }
 .AnyTagClassName
 {
   color: #61A698;
 }
</style>

background-color css

<style>
 a { background-color: #61A698; }

 a { background-color: rgb(97,166,152); }

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

border-color css

<style>
 span { border-color: #61A698; }

 span { border-color: rgb(97,166,152); }

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