Html Css Color HEX #43A872 Ocean Green

📋 copy color: '#43A872'

red 67 ◦ green 168 ◦ blue 114

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

Shades of Ocean Green #43A872

Tints of Ocean Green #43A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.14%

 BLUE value IS 114 (44.92% from 255) = 32.66%

R = 19.2%
G = 48.14%
B = 32.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#43A872 (or 0x43A872) is known color: Ocean Green. HEX triplet: 43, A8 and 72. RGB value is (67,168,114). Sum of RGB (Red+Green+Blue) = 67+168+114=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 168 (66.02% from 255 or 48.14% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 168 - color contains mainly: green. Hex color #43A872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A872 is #BC578D. Grayscale: #838383. Windows color (decimal): -12343182 or 7514179. OLE color: 7514179.

HSL color Cylindrical-coordinate representation of color #43A872: hue angle of 147.92º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #43A872 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 67 168 114 -
CMYK 0.60 0 0.32 0.34
HSL 147.92º 0.43% 0.46% -
HSV(B) 147.92º 0.6% 0.66% -
XYZ 19.35 30.41 20.77 -
YUV 131.65 118.04 81.89 -
System Red Green Blue C M Y K H S L
Decimal 67 168 114 0.60 0 0.32 0.34 147.92 0.43 0.46
Hex 43 A8 72 3C 0 20 22 94 2B 2E
Octal 103 250 162 74 0 40 42 224 53 56
Binary 1000011 10101000 1110010 111100 0 100000 100010 10010100 101011 101110

Color Harmonies of #43A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A872

Black with #43A872

Text Example


Text Example

White with #43A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,168,114); }

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

background-color css

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

 a { background-color: rgb(67,168,114); }

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

border-color css

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

 span { border-color: rgb(67,168,114); }

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