Html Css Color HEX #67FAB0 Aquamarine

📋 copy color: '#67FAB0'

red 103 ◦ green 250 ◦ blue 176

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

Shades of Aquamarine #67FAB0

Tints of Aquamarine #67FAB0

RGB

 RED value IS 103 (40.63% from 255) = 19.47%

 GREEN value IS 250 (98.05% from 255) = 47.26%

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

R = 19.47%
G = 47.26%
B = 33.27%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#67FAB0 (or 0x67FAB0) is known color: Aquamarine. HEX triplet: 67, FA and B0. RGB value is (103,250,176). Sum of RGB (Red+Green+Blue) = 103+250+176=529 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.47% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #67FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FAB0 is #98054F. Grayscale: #C5C5C5. Windows color (decimal): -9962832 or 11598439. OLE color: 11598439.

HSL color Cylindrical-coordinate representation of color #67FAB0: hue angle of 149.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FAB0 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 250 176 -
CMYK 0.59 0 0.30 0.02
HSL 149.8º 0.94% 0.69% -
HSV(B) 149.8º 0.59% 0.98% -
XYZ 47.62 74.39 52.92 -
YUV 197.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 103 250 176 0.59 0 0.30 0.02 149.8 0.94 0.69
Hex 67 FA B0 3B 0 1E 2 96 5E 45
Octal 147 372 260 73 0 36 2 226 136 105
Binary 1100111 11111010 10110000 111011 0 11110 10 10010110 1011110 1000101

Color Harmonies of #67FAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67FAB0

Black with #67FAB0

Text Example


Text Example

White with #67FAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67FAB0; }

 p { color: rgb(103,250,176); }

 H1.HeaderClassName
 {
   color: #67FAB0;
 }
 .AnyTagClassName
 {
   color: #67FAB0;
 }
</style>

background-color css

<style>
 a { background-color: #67FAB0; }

 a { background-color: rgb(103,250,176); }

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

border-color css

<style>
 span { border-color: #67FAB0; }

 span { border-color: rgb(103,250,176); }

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