Html Css Color HEX #8CAEA4 Sea Nymph

📋 copy color: '#8CAEA4'

red 140 ◦ green 174 ◦ blue 164

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

Shades of Sea Nymph #8CAEA4

Tints of Sea Nymph #8CAEA4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.4%

 BLUE value IS 164 (64.45% from 255) = 34.31%

R = 29.29%
G = 36.4%
B = 34.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.32

RGB Variations

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

Color information

#8CAEA4 (or 0x8CAEA4) is known color: Sea Nymph. HEX triplet: 8C, AE and A4. RGB value is (140,174,164). Sum of RGB (Red+Green+Blue) = 140+174+164=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEA4 is #73515B. Grayscale: #A2A2A2. Windows color (decimal): -7557468 or 10792588. OLE color: 10792588.

HSL color Cylindrical-coordinate representation of color #8CAEA4: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAEA4 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 164 -
CMYK 0.20 0 0.06 0.32
HSL 162.35º 0.17% 0.62% -
HSV(B) 162.35º 0.2% 0.68% -
XYZ 32.65 38.53 40.84 -
YUV 162.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 140 174 164 0.20 0 0.06 0.32 162.35 0.17 0.62
Hex 8C AE A4 14 0 6 20 A2 11 3E
Octal 214 256 244 24 0 6 40 242 21 76
Binary 10001100 10101110 10100100 10100 0 110 100000 10100010 10001 111110

Color Harmonies of #8CAEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAEA4

Black with #8CAEA4

Text Example


Text Example

White with #8CAEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,174,164); }

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

background-color css

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

 a { background-color: rgb(140,174,164); }

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

border-color css

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

 span { border-color: rgb(140,174,164); }

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