Html Css Color HEX #54A56C Ocean Green

📋 copy color: '#54A56C'

red 84 ◦ green 165 ◦ blue 108

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

Shades of Ocean Green #54A56C

Tints of Ocean Green #54A56C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.22%

 BLUE value IS 108 (42.58% from 255) = 30.25%

R = 23.53%
G = 46.22%
B = 30.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#54A56C (or 0x54A56C) is known color: Ocean Green. HEX triplet: 54, A5 and 6C. RGB value is (84,165,108). Sum of RGB (Red+Green+Blue) = 84+165+108=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #54A56C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A56C is #AB5A93. Grayscale: #868686. Windows color (decimal): -11229844 or 7120212. OLE color: 7120212.

HSL color Cylindrical-coordinate representation of color #54A56C: hue angle of 137.78º 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 #54A56C is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 165 108 -
CMYK 0.49 0 0.35 0.35
HSL 137.78º 0.33% 0.49% -
HSV(B) 137.78º 0.49% 0.65% -
XYZ 19.82 29.88 18.91 -
YUV 134.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 84 165 108 0.49 0 0.35 0.35 137.78 0.33 0.49
Hex 54 A5 6C 31 0 23 23 8A 21 31
Octal 124 245 154 61 0 43 43 212 41 61
Binary 1010100 10100101 1101100 110001 0 100011 100011 10001010 100001 110001

Color Harmonies of #54A56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A56C

Black with #54A56C

Text Example


Text Example

White with #54A56C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,165,108); }

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

background-color css

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

 a { background-color: rgb(84,165,108); }

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

border-color css

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

 span { border-color: rgb(84,165,108); }

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