Html Css Color HEX #43AC70 Ocean Green

📋 copy color: '#43AC70'

red 67 ◦ green 172 ◦ blue 112

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

Shades of Ocean Green #43AC70

Tints of Ocean Green #43AC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 19.09%
G = 49%
B = 31.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#43AC70 (or 0x43AC70) is known color: Ocean Green. HEX triplet: 43, AC and 70. RGB value is (67,172,112). Sum of RGB (Red+Green+Blue) = 67+172+112=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AC70 is #BC538F. Grayscale: #858585. Windows color (decimal): -12342160 or 7384131. OLE color: 7384131.

HSL color Cylindrical-coordinate representation of color #43AC70: hue angle of 145.71º 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 #43AC70 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 172 112 -
CMYK 0.61 0 0.35 0.33
HSL 145.71º 0.44% 0.47% -
HSV(B) 145.71º 0.61% 0.67% -
XYZ 19.99 31.87 20.43 -
YUV 133.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 67 172 112 0.61 0 0.35 0.33 145.71 0.44 0.47
Hex 43 AC 70 3D 0 23 21 92 2C 2F
Octal 103 254 160 75 0 43 41 222 54 57
Binary 1000011 10101100 1110000 111101 0 100011 100001 10010010 101100 101111

Color Harmonies of #43AC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AC70

Black with #43AC70

Text Example


Text Example

White with #43AC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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