Html Css Color HEX #8ABDA7 Sea Nymph

📋 copy color: '#8ABDA7'

red 138 ◦ green 189 ◦ blue 167

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

Shades of Sea Nymph #8ABDA7

Tints of Sea Nymph #8ABDA7

RGB

 RED value IS 138 (54.3% from 255) = 27.94%

 GREEN value IS 189 (74.22% from 255) = 38.26%

 BLUE value IS 167 (65.63% from 255) = 33.81%

R = 27.94%
G = 38.26%
B = 33.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#8ABDA7 (or 0x8ABDA7) is known color: Sea Nymph. HEX triplet: 8A, BD and A7. RGB value is (138,189,167). Sum of RGB (Red+Green+Blue) = 138+189+167=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDA7 is #754258. Grayscale: #ABABAB. Windows color (decimal): -7684697 or 10993034. OLE color: 10993034.

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

Color convert

RGB 138 189 167 -
CMYK 0.27 0 0.12 0.26
HSL 154.12º 0.28% 0.64% -
HSV(B) 154.12º 0.27% 0.74% -
XYZ 35.65 44.59 43.29 -
YUV 171.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 138 189 167 0.27 0 0.12 0.26 154.12 0.28 0.64
Hex 8A BD A7 1B 0 C 1A 9A 1C 40
Octal 212 275 247 33 0 14 32 232 34 100
Binary 10001010 10111101 10100111 11011 0 1100 11010 10011010 11100 1000000

Color Harmonies of #8ABDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDA7

Black with #8ABDA7

Text Example


Text Example

White with #8ABDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,167); }

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

background-color css

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

 a { background-color: rgb(138,189,167); }

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

border-color css

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

 span { border-color: rgb(138,189,167); }

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