Html Css Color HEX #68EFCB Aquamarine

📋 copy color: '#68EFCB'

red 104 ◦ green 239 ◦ blue 203

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

Shades of Aquamarine #68EFCB

Tints of Aquamarine #68EFCB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.77%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 19.05%
G = 43.77%
B = 37.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#68EFCB (or 0x68EFCB) is known color: Aquamarine. HEX triplet: 68, EF and CB. RGB value is (104,239,203). Sum of RGB (Red+Green+Blue) = 104+239+203=546 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.05% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #68EFCB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68EFCB is #971034. Grayscale: #C2C2C2. Windows color (decimal): -9900085 or 13365096. OLE color: 13365096.

HSL color Cylindrical-coordinate representation of color #68EFCB: hue angle of 164º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EFCB is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 239 203 -
CMYK 0.56 0 0.15 0.06
HSL 164º 0.81% 0.67% -
HSV(B) 164º 0.56% 0.94% -
XYZ 47.35 68.99 67.32 -
YUV 194.53 132.77 63.43 -
System Red Green Blue C M Y K H S L
Decimal 104 239 203 0.56 0 0.15 0.06 164 0.81 0.67
Hex 68 EF CB 38 0 F 6 A4 51 43
Octal 150 357 313 70 0 17 6 244 121 103
Binary 1101000 11101111 11001011 111000 0 1111 110 10100100 1010001 1000011

Color Harmonies of #68EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFCB

Black with #68EFCB

Text Example


Text Example

White with #68EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,239,203); }

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

background-color css

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

 a { background-color: rgb(104,239,203); }

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

border-color css

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

 span { border-color: rgb(104,239,203); }

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