Html Css Color HEX #68AF8E Acapulco

📋 copy color: '#68AF8E'

red 104 ◦ green 175 ◦ blue 142

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

Shades of Acapulco #68AF8E

Tints of Acapulco #68AF8E

RGB

 RED value IS 104 (41.02% from 255) = 24.7%

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 24.7%
G = 41.57%
B = 33.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#68AF8E (or 0x68AF8E) is known color: Acapulco. HEX triplet: 68, AF and 8E. RGB value is (104,175,142). Sum of RGB (Red+Green+Blue) = 104+175+142=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF8E is #975071. Grayscale: #969696. Windows color (decimal): -9916530 or 9351016. OLE color: 9351016.

HSL color Cylindrical-coordinate representation of color #68AF8E: hue angle of 152.11º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF8E is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 142 -
CMYK 0.41 0 0.19 0.31
HSL 152.11º 0.31% 0.55% -
HSV(B) 152.11º 0.41% 0.69% -
XYZ 25.92 35.56 31.09 -
YUV 150.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 104 175 142 0.41 0 0.19 0.31 152.11 0.31 0.55
Hex 68 AF 8E 29 0 13 1F 98 1F 37
Octal 150 257 216 51 0 23 37 230 37 67
Binary 1101000 10101111 10001110 101001 0 10011 11111 10011000 11111 110111

Color Harmonies of #68AF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF8E

Black with #68AF8E

Text Example


Text Example

White with #68AF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AF8E; }

 p { color: rgb(104,175,142); }

 H1.HeaderClassName
 {
   color: #68AF8E;
 }
 .AnyTagClassName
 {
   color: #68AF8E;
 }
</style>

background-color css

<style>
 a { background-color: #68AF8E; }

 a { background-color: rgb(104,175,142); }

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

border-color css

<style>
 span { border-color: #68AF8E; }

 span { border-color: rgb(104,175,142); }

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