Html Css Color HEX #42A97D Ocean Green

📋 copy color: '#42A97D'

red 66 ◦ green 169 ◦ blue 125

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

Shades of Ocean Green #42A97D

Tints of Ocean Green #42A97D

RGB

 RED value IS 66 (26.17% from 255) = 18.33%

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 18.33%
G = 46.94%
B = 34.72%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#42A97D (or 0x42A97D) is known color: Ocean Green. HEX triplet: 42, A9 and 7D. RGB value is (66,169,125). Sum of RGB (Red+Green+Blue) = 66+169+125=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 169 - color contains mainly: green. Hex color #42A97D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A97D is #BD5682. Grayscale: #858585. Windows color (decimal): -12408451 or 8235330. OLE color: 8235330.

HSL color Cylindrical-coordinate representation of color #42A97D: hue angle of 154.37º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A97D is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 66 169 125 -
CMYK 0.61 0 0.26 0.34
HSL 154.37º 0.44% 0.46% -
HSV(B) 154.37º 0.61% 0.66% -
XYZ 20.14 31.01 24.33 -
YUV 133.19 123.38 80.08 -
System Red Green Blue C M Y K H S L
Decimal 66 169 125 0.61 0 0.26 0.34 154.37 0.44 0.46
Hex 42 A9 7D 3D 0 1A 22 9A 2C 2E
Octal 102 251 175 75 0 32 42 232 54 56
Binary 1000010 10101001 1111101 111101 0 11010 100010 10011010 101100 101110

Color Harmonies of #42A97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A97D

Black with #42A97D

Text Example


Text Example

White with #42A97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A97D; }

 p { color: rgb(66,169,125); }

 H1.HeaderClassName
 {
   color: #42A97D;
 }
 .AnyTagClassName
 {
   color: #42A97D;
 }
</style>

background-color css

<style>
 a { background-color: #42A97D; }

 a { background-color: rgb(66,169,125); }

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

border-color css

<style>
 span { border-color: #42A97D; }

 span { border-color: rgb(66,169,125); }

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