Html Css Color HEX #53B694 Keppel

📋 copy color: '#53B694'

red 83 ◦ green 182 ◦ blue 148

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

Shades of Keppel #53B694

Tints of Keppel #53B694

RGB

 RED value IS 83 (32.81% from 255) = 20.1%

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

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

R = 20.1%
G = 44.07%
B = 35.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#53B694 (or 0x53B694) is known color: Keppel. HEX triplet: 53, B6 and 94. RGB value is (83,182,148). Sum of RGB (Red+Green+Blue) = 83+182+148=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #53B694 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B694 is #AC496B. Grayscale: #949494. Windows color (decimal): -11290988 or 9746003. OLE color: 9746003.

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

Color convert

RGB 83 182 148 -
CMYK 0.54 0 0.19 0.29
HSL 159.39º 0.4% 0.52% -
HSV(B) 159.39º 0.54% 0.71% -
XYZ 25.64 37.43 33.89 -
YUV 148.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 83 182 148 0.54 0 0.19 0.29 159.39 0.4 0.52
Hex 53 B6 94 36 0 13 1D 9F 28 34
Octal 123 266 224 66 0 23 35 237 50 64
Binary 1010011 10110110 10010100 110110 0 10011 11101 10011111 101000 110100

Color Harmonies of #53B694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B694

Black with #53B694

Text Example


Text Example

White with #53B694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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