Html Css Color HEX #54AF6C Ocean Green

📋 copy color: '#54AF6C'

red 84 ◦ green 175 ◦ blue 108

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

Shades of Ocean Green #54AF6C

Tints of Ocean Green #54AF6C

RGB

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

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

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

R = 22.89%
G = 47.68%
B = 29.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#54AF6C (or 0x54AF6C) is known color: Ocean Green. HEX triplet: 54, AF and 6C. RGB value is (84,175,108). Sum of RGB (Red+Green+Blue) = 84+175+108=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6C is #AB5093. Grayscale: #8C8C8C. Windows color (decimal): -11227284 or 7122772. OLE color: 7122772.

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

Color convert

RGB 84 175 108 -
CMYK 0.52 0 0.38 0.31
HSL 135.82º 0.36% 0.51% -
HSV(B) 135.82º 0.52% 0.69% -
XYZ 21.69 33.63 19.53 -
YUV 140.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 84 175 108 0.52 0 0.38 0.31 135.82 0.36 0.51
Hex 54 AF 6C 34 0 26 1F 88 24 33
Octal 124 257 154 64 0 46 37 210 44 63
Binary 1010100 10101111 1101100 110100 0 100110 11111 10001000 100100 110011

Color Harmonies of #54AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF6C

Black with #54AF6C

Text Example


Text Example

White with #54AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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