Html Css Color HEX #43A96B Ocean Green

📋 copy color: '#43A96B'

red 67 ◦ green 169 ◦ blue 107

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

Shades of Ocean Green #43A96B

Tints of Ocean Green #43A96B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.27%

 BLUE value IS 107 (42.19% from 255) = 31.2%

R = 19.53%
G = 49.27%
B = 31.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#43A96B (or 0x43A96B) is known color: Ocean Green. HEX triplet: 43, A9 and 6B. RGB value is (67,169,107). Sum of RGB (Red+Green+Blue) = 67+169+107=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #43A96B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A96B is #BC5694. Grayscale: #838383. Windows color (decimal): -12342933 or 7055683. OLE color: 7055683.

HSL color Cylindrical-coordinate representation of color #43A96B: hue angle of 143.53º 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 #43A96B is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 67 169 107 -
CMYK 0.60 0 0.37 0.34
HSL 143.53º 0.43% 0.46% -
HSV(B) 143.53º 0.6% 0.66% -
XYZ 19.16 30.63 18.81 -
YUV 131.43 114.21 82.04 -
System Red Green Blue C M Y K H S L
Decimal 67 169 107 0.60 0 0.37 0.34 143.53 0.43 0.46
Hex 43 A9 6B 3C 0 25 22 90 2B 2E
Octal 103 251 153 74 0 45 42 220 53 56
Binary 1000011 10101001 1101011 111100 0 100101 100010 10010000 101011 101110

Color Harmonies of #43A96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43A96B

Black with #43A96B

Text Example


Text Example

White with #43A96B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,169,107); }

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

background-color css

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

 a { background-color: rgb(67,169,107); }

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

border-color css

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

 span { border-color: rgb(67,169,107); }

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