Html Css Color HEX #54A07D Ocean Green

📋 copy color: '#54A07D'

red 84 ◦ green 160 ◦ blue 125

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

Shades of Ocean Green #54A07D

Tints of Ocean Green #54A07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.36%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 22.76%
G = 43.36%
B = 33.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#54A07D (or 0x54A07D) is known color: Ocean Green. HEX triplet: 54, A0 and 7D. RGB value is (84,160,125). Sum of RGB (Red+Green+Blue) = 84+160+125=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #54A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A07D is #AB5F82. Grayscale: #858585. Windows color (decimal): -11231107 or 8233044. OLE color: 8233044.

HSL color Cylindrical-coordinate representation of color #54A07D: hue angle of 152.37º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A07D is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 125 -
CMYK 0.48 0 0.22 0.37
HSL 152.37º 0.31% 0.48% -
HSV(B) 152.37º 0.48% 0.63% -
XYZ 19.93 28.51 23.85 -
YUV 133.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 84 160 125 0.48 0 0.22 0.37 152.37 0.31 0.48
Hex 54 A0 7D 30 0 16 25 98 1F 30
Octal 124 240 175 60 0 26 45 230 37 60
Binary 1010100 10100000 1111101 110000 0 10110 100101 10011000 11111 110000

Color Harmonies of #54A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A07D

Black with #54A07D

Text Example


Text Example

White with #54A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,125); }

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

background-color css

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

 a { background-color: rgb(84,160,125); }

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

border-color css

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

 span { border-color: rgb(84,160,125); }

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