Html Css Color HEX #88C1AA Sea Nymph

📋 copy color: '#88C1AA'

red 136 ◦ green 193 ◦ blue 170

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

Shades of Sea Nymph #88C1AA

Tints of Sea Nymph #88C1AA

RGB

 RED value IS 136 (53.52% from 255) = 27.25%

 GREEN value IS 193 (75.78% from 255) = 38.68%

 BLUE value IS 170 (66.8% from 255) = 34.07%

R = 27.25%
G = 38.68%
B = 34.07%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#88C1AA (or 0x88C1AA) is known color: Sea Nymph. HEX triplet: 88, C1 and AA. RGB value is (136,193,170). Sum of RGB (Red+Green+Blue) = 136+193+170=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 170 (66.80% from 255 or 34.07% from 499); Max value from RGB is 193 - color contains mainly: green. Hex color #88C1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C1AA is #773E55. Grayscale: #ADADAD. Windows color (decimal): -7814742 or 11190664. OLE color: 11190664.

HSL color Cylindrical-coordinate representation of color #88C1AA: hue angle of 155.79º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C1AA is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 136 193 170 -
CMYK 0.30 0 0.12 0.24
HSL 155.79º 0.31% 0.65% -
HSV(B) 155.79º 0.3% 0.76% -
XYZ 36.48 46.28 45.04 -
YUV 173.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 136 193 170 0.30 0 0.12 0.24 155.79 0.31 0.65
Hex 88 C1 AA 1E 0 C 18 9C 1F 41
Octal 210 301 252 36 0 14 30 234 37 101
Binary 10001000 11000001 10101010 11110 0 1100 11000 10011100 11111 1000001

Color Harmonies of #88C1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C1AA

Black with #88C1AA

Text Example


Text Example

White with #88C1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88C1AA; }

 p { color: rgb(136,193,170); }

 H1.HeaderClassName
 {
   color: #88C1AA;
 }
 .AnyTagClassName
 {
   color: #88C1AA;
 }
</style>

background-color css

<style>
 a { background-color: #88C1AA; }

 a { background-color: rgb(136,193,170); }

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

border-color css

<style>
 span { border-color: #88C1AA; }

 span { border-color: rgb(136,193,170); }

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