Html Css Color HEX #54AF9A Keppel

📋 copy color: '#54AF9A'

red 84 ◦ green 175 ◦ blue 154

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

Shades of Keppel #54AF9A

Tints of Keppel #54AF9A

RGB

 RED value IS 84 (33.2% from 255) = 20.34%

 GREEN value IS 175 (68.75% from 255) = 42.37%

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

R = 20.34%
G = 42.37%
B = 37.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#54AF9A (or 0x54AF9A) is known color: Keppel. HEX triplet: 54, AF and 9A. RGB value is (84,175,154). Sum of RGB (Red+Green+Blue) = 84+175+154=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AF9A is #AB5065. Grayscale: #919191. Windows color (decimal): -11227238 or 10137428. OLE color: 10137428.

HSL color Cylindrical-coordinate representation of color #54AF9A: hue angle of 166.15º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF9A is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 154 -
CMYK 0.52 0 0.12 0.31
HSL 166.15º 0.36% 0.51% -
HSV(B) 166.15º 0.52% 0.69% -
XYZ 24.82 34.88 36 -
YUV 145.4 132.85 84.21 -
System Red Green Blue C M Y K H S L
Decimal 84 175 154 0.52 0 0.12 0.31 166.15 0.36 0.51
Hex 54 AF 9A 34 0 C 1F A6 24 33
Octal 124 257 232 64 0 14 37 246 44 63
Binary 1010100 10101111 10011010 110100 0 1100 11111 10100110 100100 110011

Color Harmonies of #54AF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF9A

Black with #54AF9A

Text Example


Text Example

White with #54AF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54AF9A; }

 p { color: rgb(84,175,154); }

 H1.HeaderClassName
 {
   color: #54AF9A;
 }
 .AnyTagClassName
 {
   color: #54AF9A;
 }
</style>

background-color css

<style>
 a { background-color: #54AF9A; }

 a { background-color: rgb(84,175,154); }

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

border-color css

<style>
 span { border-color: #54AF9A; }

 span { border-color: rgb(84,175,154); }

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