Html Css Color HEX #51A68D Keppel

📋 copy color: '#51A68D'

red 81 ◦ green 166 ◦ blue 141

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

Shades of Keppel #51A68D

Tints of Keppel #51A68D

RGB

 RED value IS 81 (32.03% from 255) = 20.88%

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

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 20.88%
G = 42.78%
B = 36.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#51A68D (or 0x51A68D) is known color: Keppel. HEX triplet: 51, A6 and 8D. RGB value is (81,166,141). Sum of RGB (Red+Green+Blue) = 81+166+141=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #51A68D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A68D is #AE5972. Grayscale: #898989. Windows color (decimal): -11426163 or 9283153. OLE color: 9283153.

HSL color Cylindrical-coordinate representation of color #51A68D: hue angle of 162.35º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51A68D is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 81 166 141 -
CMYK 0.51 0 0.15 0.35
HSL 162.35º 0.34% 0.48% -
HSV(B) 162.35º 0.51% 0.65% -
XYZ 21.84 30.94 30.02 -
YUV 137.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 81 166 141 0.51 0 0.15 0.35 162.35 0.34 0.48
Hex 51 A6 8D 33 0 F 23 A2 22 30
Octal 121 246 215 63 0 17 43 242 42 60
Binary 1010001 10100110 10001101 110011 0 1111 100011 10100010 100010 110000

Color Harmonies of #51A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A68D

Black with #51A68D

Text Example


Text Example

White with #51A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51A68D; }

 p { color: rgb(81,166,141); }

 H1.HeaderClassName
 {
   color: #51A68D;
 }
 .AnyTagClassName
 {
   color: #51A68D;
 }
</style>

background-color css

<style>
 a { background-color: #51A68D; }

 a { background-color: rgb(81,166,141); }

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

border-color css

<style>
 span { border-color: #51A68D; }

 span { border-color: rgb(81,166,141); }

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