Html Css Color HEX #54AF6A Ocean Green

📋 copy color: '#54AF6A'

red 84 ◦ green 175 ◦ blue 106

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

Shades of Ocean Green #54AF6A

Tints of Ocean Green #54AF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 23.01%
G = 47.95%
B = 29.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#54AF6A (or 0x54AF6A) is known color: Ocean Green. HEX triplet: 54, AF and 6A. RGB value is (84,175,106). Sum of RGB (Red+Green+Blue) = 84+175+106=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6A is #AB5095. Grayscale: #8C8C8C. Windows color (decimal): -11227286 or 6991700. OLE color: 6991700.

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

Color convert

RGB 84 175 106 -
CMYK 0.52 0 0.39 0.31
HSL 134.51º 0.36% 0.51% -
HSV(B) 134.51º 0.52% 0.69% -
XYZ 21.59 33.59 18.98 -
YUV 139.93 108.85 88.11 -
System Red Green Blue C M Y K H S L
Decimal 84 175 106 0.52 0 0.39 0.31 134.51 0.36 0.51
Hex 54 AF 6A 34 0 27 1F 87 24 33
Octal 124 257 152 64 0 47 37 207 44 63
Binary 1010100 10101111 1101010 110100 0 100111 11111 10000111 100100 110011

Color Harmonies of #54AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF6A

Black with #54AF6A

Text Example


Text Example

White with #54AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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