Html Css Color HEX #54A47B Ocean Green

📋 copy color: '#54A47B'

red 84 ◦ green 164 ◦ blue 123

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

Shades of Ocean Green #54A47B

Tints of Ocean Green #54A47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 22.64%
G = 44.2%
B = 33.15%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#54A47B (or 0x54A47B) is known color: Ocean Green. HEX triplet: 54, A4 and 7B. RGB value is (84,164,123). Sum of RGB (Red+Green+Blue) = 84+164+123=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #54A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A47B is #AB5B84. Grayscale: #878787. Windows color (decimal): -11230085 or 8102996. OLE color: 8102996.

HSL color Cylindrical-coordinate representation of color #54A47B: hue angle of 149.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A47B is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 123 -
CMYK 0.49 0 0.25 0.36
HSL 149.25º 0.32% 0.49% -
HSV(B) 149.25º 0.49% 0.64% -
XYZ 20.51 29.87 23.42 -
YUV 135.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 84 164 123 0.49 0 0.25 0.36 149.25 0.32 0.49
Hex 54 A4 7B 31 0 19 24 95 20 31
Octal 124 244 173 61 0 31 44 225 40 61
Binary 1010100 10100100 1111011 110001 0 11001 100100 10010101 100000 110001

Color Harmonies of #54A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A47B

Black with #54A47B

Text Example


Text Example

White with #54A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,164,123); }

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

background-color css

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

 a { background-color: rgb(84,164,123); }

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

border-color css

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

 span { border-color: rgb(84,164,123); }

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