Html Css Color HEX #43AC74 Ocean Green

📋 copy color: '#43AC74'

red 67 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #43AC74

Tints of Ocean Green #43AC74

RGB

 RED value IS 67 (26.56% from 255) = 18.87%

 GREEN value IS 172 (67.58% from 255) = 48.45%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 18.87%
G = 48.45%
B = 32.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#43AC74 (or 0x43AC74) is known color: Ocean Green. HEX triplet: 43, AC and 74. RGB value is (67,172,116). Sum of RGB (Red+Green+Blue) = 67+172+116=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AC74 is #BC538B. Grayscale: #868686. Windows color (decimal): -12342156 or 7646275. OLE color: 7646275.

HSL color Cylindrical-coordinate representation of color #43AC74: hue angle of 148º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AC74 is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 172 116 -
CMYK 0.61 0 0.33 0.33
HSL 148º 0.44% 0.47% -
HSV(B) 148º 0.61% 0.67% -
XYZ 20.22 31.96 21.63 -
YUV 134.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 67 172 116 0.61 0 0.33 0.33 148 0.44 0.47
Hex 43 AC 74 3D 0 21 21 94 2C 2F
Octal 103 254 164 75 0 41 41 224 54 57
Binary 1000011 10101100 1110100 111101 0 100001 100001 10010100 101100 101111

Color Harmonies of #43AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AC74

Black with #43AC74

Text Example


Text Example

White with #43AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43AC74; }

 p { color: rgb(67,172,116); }

 H1.HeaderClassName
 {
   color: #43AC74;
 }
 .AnyTagClassName
 {
   color: #43AC74;
 }
</style>

background-color css

<style>
 a { background-color: #43AC74; }

 a { background-color: rgb(67,172,116); }

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

border-color css

<style>
 span { border-color: #43AC74; }

 span { border-color: rgb(67,172,116); }

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