Html Css Color HEX #7BEFD4 Aquamarine

📋 copy color: '#7BEFD4'

red 123 ◦ green 239 ◦ blue 212

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

Shades of Aquamarine #7BEFD4

Tints of Aquamarine #7BEFD4

RGB

 RED value IS 123 (48.44% from 255) = 21.43%

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

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 21.43%
G = 41.64%
B = 36.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#7BEFD4 (or 0x7BEFD4) is known color: Aquamarine. HEX triplet: 7B, EF and D4. RGB value is (123,239,212). Sum of RGB (Red+Green+Blue) = 123+239+212=574 (76% of max value = 765). Red value is 123 (48.44% from 255 or 21.43% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEFD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEFD4 is #84102B. Grayscale: #C9C9C9. Windows color (decimal): -8654892 or 13954939. OLE color: 13954939.

HSL color Cylindrical-coordinate representation of color #7BEFD4: hue angle of 166.03º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BEFD4 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB 123 239 212 -
CMYK 0.49 0 0.11 0.06
HSL 166.03º 0.78% 0.71% -
HSV(B) 166.03º 0.49% 0.94% -
XYZ 50.92 70.7 73.25 -
YUV 201.24 134.07 72.2 -
System Red Green Blue C M Y K H S L
Decimal 123 239 212 0.49 0 0.11 0.06 166.03 0.78 0.71
Hex 7B EF D4 31 0 B 6 A6 4E 47
Octal 173 357 324 61 0 13 6 246 116 107
Binary 1111011 11101111 11010100 110001 0 1011 110 10100110 1001110 1000111

Color Harmonies of #7BEFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEFD4

Black with #7BEFD4

Text Example


Text Example

White with #7BEFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BEFD4; }

 p { color: rgb(123,239,212); }

 H1.HeaderClassName
 {
   color: #7BEFD4;
 }
 .AnyTagClassName
 {
   color: #7BEFD4;
 }
</style>

background-color css

<style>
 a { background-color: #7BEFD4; }

 a { background-color: rgb(123,239,212); }

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

border-color css

<style>
 span { border-color: #7BEFD4; }

 span { border-color: rgb(123,239,212); }

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