Html Css Color HEX #68CFB0 Medium Aquamarine

📋 copy color: '#68CFB0'

red 104 ◦ green 207 ◦ blue 176

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

Shades of Medium Aquamarine #68CFB0

Tints of Medium Aquamarine #68CFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.51%

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 21.36%
G = 42.51%
B = 36.14%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#68CFB0 (or 0x68CFB0) is known color: Medium Aquamarine. HEX triplet: 68, CF and B0. RGB value is (104,207,176). Sum of RGB (Red+Green+Blue) = 104+207+176=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #68CFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CFB0 is #97304F. Grayscale: #ACACAC. Windows color (decimal): -9908304 or 11587432. OLE color: 11587432.

HSL color Cylindrical-coordinate representation of color #68CFB0: hue angle of 161.94º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CFB0 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 207 176 -
CMYK 0.50 0 0.15 0.19
HSL 161.94º 0.52% 0.61% -
HSV(B) 161.94º 0.5% 0.81% -
XYZ 35.86 50.7 48.97 -
YUV 172.67 129.88 79.02 -
System Red Green Blue C M Y K H S L
Decimal 104 207 176 0.50 0 0.15 0.19 161.94 0.52 0.61
Hex 68 CF B0 32 0 F 13 A2 34 3D
Octal 150 317 260 62 0 17 23 242 64 75
Binary 1101000 11001111 10110000 110010 0 1111 10011 10100010 110100 111101

Color Harmonies of #68CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68CFB0

Black with #68CFB0

Text Example


Text Example

White with #68CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,207,176); }

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

background-color css

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

 a { background-color: rgb(104,207,176); }

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

border-color css

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

 span { border-color: rgb(104,207,176); }

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