Html Css Color HEX #8CAFAC Sea Nymph

📋 copy color: '#8CAFAC'

red 140 ◦ green 175 ◦ blue 172

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

Shades of Sea Nymph #8CAFAC

Tints of Sea Nymph #8CAFAC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.93%

 BLUE value IS 172 (67.58% from 255) = 35.32%

R = 28.75%
G = 35.93%
B = 35.32%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#8CAFAC (or 0x8CAFAC) is known color: Sea Nymph. HEX triplet: 8C, AF and AC. RGB value is (140,175,172). Sum of RGB (Red+Green+Blue) = 140+175+172=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAFAC is #735053. Grayscale: #A4A4A4. Windows color (decimal): -7557204 or 11317132. OLE color: 11317132.

HSL color Cylindrical-coordinate representation of color #8CAFAC: hue angle of 174.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAFAC is Cyan = 0.2, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 175 172 -
CMYK 0.2 0 0.02 0.31
HSL 174.86º 0.18% 0.62% -
HSV(B) 174.86º 0.2% 0.69% -
XYZ 33.59 39.21 44.83 -
YUV 164.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 140 175 172 0.2 0 0.02 0.31 174.86 0.18 0.62
Hex 8C AF AC 14 0 2 1F AF 12 3E
Octal 214 257 254 24 0 2 37 257 22 76
Binary 10001100 10101111 10101100 10100 0 10 11111 10101111 10010 111110

Color Harmonies of #8CAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAFAC

Black with #8CAFAC

Text Example


Text Example

White with #8CAFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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