Html Css Color HEX #7BEBCF Aquamarine

📋 copy color: '#7BEBCF'

red 123 ◦ green 235 ◦ blue 207

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

Shades of Aquamarine #7BEBCF

Tints of Aquamarine #7BEBCF

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.59%

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 21.77%
G = 41.59%
B = 36.64%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#7BEBCF (or 0x7BEBCF) is known color: Aquamarine. HEX triplet: 7B, EB and CF. RGB value is (123,235,207). Sum of RGB (Red+Green+Blue) = 123+235+207=565 (74% of max value = 765). Red value is 123 (48.44% from 255 or 21.77% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #7BEBCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7BEBCF is #841430. Grayscale: #C6C6C6. Windows color (decimal): -8655921 or 13626235. OLE color: 13626235.

HSL color Cylindrical-coordinate representation of color #7BEBCF: hue angle of 165º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BEBCF is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 123 235 207 -
CMYK 0.48 0 0.12 0.08
HSL 165º 0.74% 0.7% -
HSV(B) 165º 0.48% 0.92% -
XYZ 49.14 68.13 69.59 -
YUV 198.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 123 235 207 0.48 0 0.12 0.08 165 0.74 0.7
Hex 7B EB CF 30 0 C 8 A5 4A 46
Octal 173 353 317 60 0 14 10 245 112 106
Binary 1111011 11101011 11001111 110000 0 1100 1000 10100101 1001010 1000110

Color Harmonies of #7BEBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BEBCF

Black with #7BEBCF

Text Example


Text Example

White with #7BEBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,235,207); }

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

background-color css

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

 a { background-color: rgb(123,235,207); }

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

border-color css

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

 span { border-color: rgb(123,235,207); }

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