Html Css Color HEX #67FDB0 Aquamarine

📋 copy color: '#67FDB0'

red 103 ◦ green 253 ◦ blue 176

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

Shades of Aquamarine #67FDB0

Tints of Aquamarine #67FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.56%

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

R = 19.36%
G = 47.56%
B = 33.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#67FDB0 (or 0x67FDB0) is known color: Aquamarine. HEX triplet: 67, FD and B0. RGB value is (103,253,176). Sum of RGB (Red+Green+Blue) = 103+253+176=532 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.36% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #67FDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #67FDB0 is #98024F. Grayscale: #C7C7C7. Windows color (decimal): -9962064 or 11599207. OLE color: 11599207.

HSL color Cylindrical-coordinate representation of color #67FDB0: hue angle of 149.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67FDB0 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 253 176 -
CMYK 0.59 0 0.30 0.01
HSL 149.2º 0.97% 0.7% -
HSV(B) 149.2º 0.59% 0.99% -
XYZ 48.56 76.27 53.24 -
YUV 199.37 114.81 59.26 -
System Red Green Blue C M Y K H S L
Decimal 103 253 176 0.59 0 0.30 0.01 149.2 0.97 0.7
Hex 67 FD B0 3B 0 1E 1 95 61 46
Octal 147 375 260 73 0 36 1 225 141 106
Binary 1100111 11111101 10110000 111011 0 11110 1 10010101 1100001 1000110

Color Harmonies of #67FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67FDB0

Black with #67FDB0

Text Example


Text Example

White with #67FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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