Html Css Color HEX #7AE5CC Riptide

📋 copy color: '#7AE5CC'

red 122 ◦ green 229 ◦ blue 204

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

Shades of Riptide #7AE5CC

Tints of Riptide #7AE5CC

RGB

 RED value IS 122 (48.05% from 255) = 21.98%

 GREEN value IS 229 (89.84% from 255) = 41.26%

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 21.98%
G = 41.26%
B = 36.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#7AE5CC (or 0x7AE5CC) is known color: Riptide. HEX triplet: 7A, E5 and CC. RGB value is (122,229,204). Sum of RGB (Red+Green+Blue) = 122+229+204=555 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.98% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #7AE5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AE5CC is #851A33. Grayscale: #C2C2C2. Windows color (decimal): -8722996 or 13428090. OLE color: 13428090.

HSL color Cylindrical-coordinate representation of color #7AE5CC: hue angle of 165.98º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7AE5CC is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 229 204 -
CMYK 0.47 0 0.11 0.10
HSL 165.98º 0.67% 0.69% -
HSV(B) 165.98º 0.47% 0.9% -
XYZ 46.94 64.54 67.11 -
YUV 194.16 133.55 76.53 -
System Red Green Blue C M Y K H S L
Decimal 122 229 204 0.47 0 0.11 0.10 165.98 0.67 0.69
Hex 7A E5 CC 2F 0 B A A6 43 45
Octal 172 345 314 57 0 13 12 246 103 105
Binary 1111010 11100101 11001100 101111 0 1011 1010 10100110 1000011 1000101

Color Harmonies of #7AE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AE5CC

Black with #7AE5CC

Text Example


Text Example

White with #7AE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,229,204); }

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

background-color css

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

 a { background-color: rgb(122,229,204); }

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

border-color css

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

 span { border-color: rgb(122,229,204); }

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