Html Css Color HEX #8CBCAC Sea Nymph

📋 copy color: '#8CBCAC'

red 140 ◦ green 188 ◦ blue 172

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

Shades of Sea Nymph #8CBCAC

Tints of Sea Nymph #8CBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

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

R = 28%
G = 37.6%
B = 34.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#8CBCAC (or 0x8CBCAC) is known color: Sea Nymph. HEX triplet: 8C, BC and AC. RGB value is (140,188,172). Sum of RGB (Red+Green+Blue) = 140+188+172=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAC is #734353. Grayscale: #ABABAB. Windows color (decimal): -7553876 or 11320460. OLE color: 11320460.

HSL color Cylindrical-coordinate representation of color #8CBCAC: hue angle of 160º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBCAC is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 172 -
CMYK 0.26 0 0.09 0.26
HSL 160º 0.26% 0.64% -
HSV(B) 160º 0.26% 0.74% -
XYZ 36.24 44.52 45.71 -
YUV 171.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 140 188 172 0.26 0 0.09 0.26 160 0.26 0.64
Hex 8C BC AC 1A 0 9 1A A0 1A 40
Octal 214 274 254 32 0 11 32 240 32 100
Binary 10001100 10111100 10101100 11010 0 1001 11010 10100000 11010 1000000

Color Harmonies of #8CBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCAC

Black with #8CBCAC

Text Example


Text Example

White with #8CBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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