Html Css Color HEX #60B694 Keppel

📋 copy color: '#60B694'

red 96 ◦ green 182 ◦ blue 148

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

Shades of Keppel #60B694

Tints of Keppel #60B694

RGB

 RED value IS 96 (37.89% from 255) = 22.54%

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

 BLUE value IS 148 (58.2% from 255) = 34.74%

R = 22.54%
G = 42.72%
B = 34.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#60B694 (or 0x60B694) is known color: Keppel. HEX triplet: 60, B6 and 94. RGB value is (96,182,148). Sum of RGB (Red+Green+Blue) = 96+182+148=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #60B694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B694 is #9F496B. Grayscale: #989898. Windows color (decimal): -10439020 or 9746016. OLE color: 9746016.

HSL color Cylindrical-coordinate representation of color #60B694: hue angle of 156.28º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B694 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 182 148 -
CMYK 0.47 0 0.19 0.29
HSL 156.28º 0.37% 0.55% -
HSV(B) 156.28º 0.47% 0.71% -
XYZ 26.9 38.08 33.95 -
YUV 152.41 125.51 87.76 -
System Red Green Blue C M Y K H S L
Decimal 96 182 148 0.47 0 0.19 0.29 156.28 0.37 0.55
Hex 60 B6 94 2F 0 13 1D 9C 25 37
Octal 140 266 224 57 0 23 35 234 45 67
Binary 1100000 10110110 10010100 101111 0 10011 11101 10011100 100101 110111

Color Harmonies of #60B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B694

Black with #60B694

Text Example


Text Example

White with #60B694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B694; }

 p { color: rgb(96,182,148); }

 H1.HeaderClassName
 {
   color: #60B694;
 }
 .AnyTagClassName
 {
   color: #60B694;
 }
</style>

background-color css

<style>
 a { background-color: #60B694; }

 a { background-color: rgb(96,182,148); }

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

border-color css

<style>
 span { border-color: #60B694; }

 span { border-color: rgb(96,182,148); }

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