Html Css Color HEX #8CABA3 Sea Nymph

📋 copy color: '#8CABA3'

red 140 ◦ green 171 ◦ blue 163

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

Shades of Sea Nymph #8CABA3

Tints of Sea Nymph #8CABA3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 163 (64.06% from 255) = 34.39%

R = 29.54%
G = 36.08%
B = 34.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#8CABA3 (or 0x8CABA3) is known color: Sea Nymph. HEX triplet: 8C, AB and A3. RGB value is (140,171,163). Sum of RGB (Red+Green+Blue) = 140+171+163=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 163 (64.06% from 255 or 34.39% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #8CABA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CABA3 is #73545C. Grayscale: #A0A0A0. Windows color (decimal): -7558237 or 10726284. OLE color: 10726284.

HSL color Cylindrical-coordinate representation of color #8CABA3: hue angle of 164.52º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CABA3 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 163 -
CMYK 0.18 0 0.05 0.33
HSL 164.52º 0.16% 0.61% -
HSV(B) 164.52º 0.18% 0.67% -
XYZ 31.99 37.35 40.17 -
YUV 160.82 129.23 113.15 -
System Red Green Blue C M Y K H S L
Decimal 140 171 163 0.18 0 0.05 0.33 164.52 0.16 0.61
Hex 8C AB A3 12 0 5 21 A5 10 3D
Octal 214 253 243 22 0 5 41 245 20 75
Binary 10001100 10101011 10100011 10010 0 101 100001 10100101 10000 111101

Color Harmonies of #8CABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABA3

Black with #8CABA3

Text Example


Text Example

White with #8CABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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