Html Css Color HEX #42AA7A Ocean Green

📋 copy color: '#42AA7A'

red 66 ◦ green 170 ◦ blue 122

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

Shades of Ocean Green #42AA7A

Tints of Ocean Green #42AA7A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.49%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 18.44%
G = 47.49%
B = 34.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#42AA7A (or 0x42AA7A) is known color: Ocean Green. HEX triplet: 42, AA and 7A. RGB value is (66,170,122). Sum of RGB (Red+Green+Blue) = 66+170+122=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42AA7A is #BD5585. Grayscale: #858585. Windows color (decimal): -12408198 or 8038978. OLE color: 8038978.

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

Color convert

RGB 66 170 122 -
CMYK 0.61 0 0.28 0.33
HSL 152.31º 0.44% 0.46% -
HSV(B) 152.31º 0.61% 0.67% -
XYZ 20.13 31.31 23.4 -
YUV 133.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 66 170 122 0.61 0 0.28 0.33 152.31 0.44 0.46
Hex 42 AA 7A 3D 0 1C 21 98 2C 2E
Octal 102 252 172 75 0 34 41 230 54 56
Binary 1000010 10101010 1111010 111101 0 11100 100001 10011000 101100 101110

Color Harmonies of #42AA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA7A

Black with #42AA7A

Text Example


Text Example

White with #42AA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,170,122); }

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

background-color css

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

 a { background-color: rgb(66,170,122); }

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

border-color css

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

 span { border-color: rgb(66,170,122); }

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