Html Css Color HEX #8CACA2 Sea Nymph

📋 copy color: '#8CACA2'

red 140 ◦ green 172 ◦ blue 162

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

Shades of Sea Nymph #8CACA2

Tints of Sea Nymph #8CACA2

RGB

 RED value IS 140 (55.08% from 255) = 29.54%

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 29.54%
G = 36.29%
B = 34.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#8CACA2 (or 0x8CACA2) is known color: Sea Nymph. HEX triplet: 8C, AC and A2. RGB value is (140,172,162). Sum of RGB (Red+Green+Blue) = 140+172+162=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 172 (67.58% from 255 or 36.29% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 172 - color contains mainly: green. Hex color #8CACA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CACA2 is #73535D. Grayscale: #A1A1A1. Windows color (decimal): -7557982 or 10661004. OLE color: 10661004.

HSL color Cylindrical-coordinate representation of color #8CACA2: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8CACA2 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 172 162 -
CMYK 0.19 0 0.06 0.33
HSL 161.25º 0.16% 0.61% -
HSV(B) 161.25º 0.19% 0.67% -
XYZ 32.09 37.69 39.77 -
YUV 161.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 140 172 162 0.19 0 0.06 0.33 161.25 0.16 0.61
Hex 8C AC A2 13 0 6 21 A1 10 3D
Octal 214 254 242 23 0 6 41 241 20 75
Binary 10001100 10101100 10100010 10011 0 110 100001 10100001 10000 111101

Color Harmonies of #8CACA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACA2

Black with #8CACA2

Text Example


Text Example

White with #8CACA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CACA2; }

 p { color: rgb(140,172,162); }

 H1.HeaderClassName
 {
   color: #8CACA2;
 }
 .AnyTagClassName
 {
   color: #8CACA2;
 }
</style>

background-color css

<style>
 a { background-color: #8CACA2; }

 a { background-color: rgb(140,172,162); }

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

border-color css

<style>
 span { border-color: #8CACA2; }

 span { border-color: rgb(140,172,162); }

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