Html Css Color HEX #8CBCA8 Sea Nymph

📋 copy color: '#8CBCA8'

red 140 ◦ green 188 ◦ blue 168

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

Shades of Sea Nymph #8CBCA8

Tints of Sea Nymph #8CBCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.87%

R = 28.23%
G = 37.9%
B = 33.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#8CBCA8 (or 0x8CBCA8) is known color: Sea Nymph. HEX triplet: 8C, BC and A8. RGB value is (140,188,168). Sum of RGB (Red+Green+Blue) = 140+188+168=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA8 is #734357. Grayscale: #ABABAB. Windows color (decimal): -7553880 or 11058316. OLE color: 11058316.

HSL color Cylindrical-coordinate representation of color #8CBCA8: hue angle of 155º 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 #8CBCA8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 168 -
CMYK 0.26 0 0.11 0.26
HSL 155º 0.26% 0.64% -
HSV(B) 155º 0.26% 0.74% -
XYZ 35.87 44.37 43.72 -
YUV 171.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 140 188 168 0.26 0 0.11 0.26 155 0.26 0.64
Hex 8C BC A8 1A 0 B 1A 9B 1A 40
Octal 214 274 250 32 0 13 32 233 32 100
Binary 10001100 10111100 10101000 11010 0 1011 11010 10011011 11010 1000000

Color Harmonies of #8CBCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBCA8

Black with #8CBCA8

Text Example


Text Example

White with #8CBCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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