Html Css Color HEX #54AF7A Ocean Green

📋 copy color: '#54AF7A'

red 84 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #54AF7A

Tints of Ocean Green #54AF7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.02%

R = 22.05%
G = 45.93%
B = 32.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#54AF7A (or 0x54AF7A) is known color: Ocean Green. HEX triplet: 54, AF and 7A. RGB value is (84,175,122). Sum of RGB (Red+Green+Blue) = 84+175+122=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 175 (68.75% from 255 or 45.93% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF7A is #AB5085. Grayscale: #8D8D8D. Windows color (decimal): -11227270 or 8040276. OLE color: 8040276.

HSL color Cylindrical-coordinate representation of color #54AF7A: hue angle of 145.05º 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 #54AF7A is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 122 -
CMYK 0.52 0 0.30 0.31
HSL 145.05º 0.36% 0.51% -
HSV(B) 145.05º 0.52% 0.69% -
XYZ 22.5 33.95 23.78 -
YUV 141.75 116.85 86.81 -
System Red Green Blue C M Y K H S L
Decimal 84 175 122 0.52 0 0.30 0.31 145.05 0.36 0.51
Hex 54 AF 7A 34 0 1E 1F 91 24 33
Octal 124 257 172 64 0 36 37 221 44 63
Binary 1010100 10101111 1111010 110100 0 11110 11111 10010001 100100 110011

Color Harmonies of #54AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF7A

Black with #54AF7A

Text Example


Text Example

White with #54AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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