Html Css Color HEX #8CAEAB Sea Nymph

📋 copy color: '#8CAEAB'

red 140 ◦ green 174 ◦ blue 171

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

Shades of Sea Nymph #8CAEAB

Tints of Sea Nymph #8CAEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 28.87%
G = 35.88%
B = 35.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#8CAEAB (or 0x8CAEAB) is known color: Sea Nymph. HEX triplet: 8C, AE and AB. RGB value is (140,174,171). Sum of RGB (Red+Green+Blue) = 140+174+171=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEAB is #735154. Grayscale: #A3A3A3. Windows color (decimal): -7557461 or 11251340. OLE color: 11251340.

HSL color Cylindrical-coordinate representation of color #8CAEAB: hue angle of 174.71º 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 #8CAEAB is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 171 -
CMYK 0.20 0 0.02 0.32
HSL 174.71º 0.17% 0.62% -
HSV(B) 174.71º 0.2% 0.68% -
XYZ 33.3 38.79 44.26 -
YUV 163.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 140 174 171 0.20 0 0.02 0.32 174.71 0.17 0.62
Hex 8C AE AB 14 0 2 20 AF 11 3E
Octal 214 256 253 24 0 2 40 257 21 76
Binary 10001100 10101110 10101011 10100 0 10 100000 10101111 10001 111110

Color Harmonies of #8CAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAEAB

Black with #8CAEAB

Text Example


Text Example

White with #8CAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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