Html Css Color HEX #45AE68 Ocean Green

📋 copy color: '#45AE68'

red 69 ◦ green 174 ◦ blue 104

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

Shades of Ocean Green #45AE68

Tints of Ocean Green #45AE68

RGB

 RED value IS 69 (27.34% from 255) = 19.88%

 GREEN value IS 174 (68.36% from 255) = 50.14%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 19.88%
G = 50.14%
B = 29.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#45AE68 (or 0x45AE68) is known color: Ocean Green. HEX triplet: 45, AE and 68. RGB value is (69,174,104). Sum of RGB (Red+Green+Blue) = 69+174+104=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 174 (68.36% from 255 or 50.14% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 174 - color contains mainly: green. Hex color #45AE68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AE68 is #BA5197. Grayscale: #868686. Windows color (decimal): -12210584 or 6860357. OLE color: 6860357.

HSL color Cylindrical-coordinate representation of color #45AE68: hue angle of 140º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AE68 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 69 174 104 -
CMYK 0.60 0 0.40 0.32
HSL 140º 0.43% 0.48% -
HSV(B) 140º 0.6% 0.68% -
XYZ 20.09 32.54 18.32 -
YUV 134.63 110.71 81.19 -
System Red Green Blue C M Y K H S L
Decimal 69 174 104 0.60 0 0.40 0.32 140 0.43 0.48
Hex 45 AE 68 3C 0 28 20 8C 2B 30
Octal 105 256 150 74 0 50 40 214 53 60
Binary 1000101 10101110 1101000 111100 0 101000 100000 10001100 101011 110000

Color Harmonies of #45AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AE68

Black with #45AE68

Text Example


Text Example

White with #45AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45AE68; }

 p { color: rgb(69,174,104); }

 H1.HeaderClassName
 {
   color: #45AE68;
 }
 .AnyTagClassName
 {
   color: #45AE68;
 }
</style>

background-color css

<style>
 a { background-color: #45AE68; }

 a { background-color: rgb(69,174,104); }

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

border-color css

<style>
 span { border-color: #45AE68; }

 span { border-color: rgb(69,174,104); }

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