Html Css Color HEX #54A680 Ocean Green

📋 copy color: '#54A680'

red 84 ◦ green 166 ◦ blue 128

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

Shades of Ocean Green #54A680

Tints of Ocean Green #54A680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.86%

R = 22.22%
G = 43.92%
B = 33.86%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#54A680 (or 0x54A680) is known color: Ocean Green. HEX triplet: 54, A6 and 80. RGB value is (84,166,128). Sum of RGB (Red+Green+Blue) = 84+166+128=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #54A680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A680 is #AB597F. Grayscale: #898989. Windows color (decimal): -11229568 or 8431188. OLE color: 8431188.

HSL color Cylindrical-coordinate representation of color #54A680: hue angle of 152.2º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A680 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 166 128 -
CMYK 0.49 0 0.23 0.35
HSL 152.2º 0.33% 0.49% -
HSV(B) 152.2º 0.49% 0.65% -
XYZ 21.19 30.72 25.23 -
YUV 137.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 84 166 128 0.49 0 0.23 0.35 152.2 0.33 0.49
Hex 54 A6 80 31 0 17 23 98 21 31
Octal 124 246 200 61 0 27 43 230 41 61
Binary 1010100 10100110 10000000 110001 0 10111 100011 10011000 100001 110001

Color Harmonies of #54A680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A680

Black with #54A680

Text Example


Text Example

White with #54A680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,128); }

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

background-color css

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

 a { background-color: rgb(84,166,128); }

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

border-color css

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

 span { border-color: rgb(84,166,128); }

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