Html Css Color HEX #7AD6CC Riptide

📋 copy color: '#7AD6CC'

red 122 ◦ green 214 ◦ blue 204

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

Shades of Riptide #7AD6CC

Tints of Riptide #7AD6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

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

R = 22.59%
G = 39.63%
B = 37.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#7AD6CC (or 0x7AD6CC) is known color: Riptide. HEX triplet: 7A, D6 and CC. RGB value is (122,214,204). Sum of RGB (Red+Green+Blue) = 122+214+204=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD6CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD6CC is #852933. Grayscale: #B9B9B9. Windows color (decimal): -8726836 or 13424250. OLE color: 13424250.

HSL color Cylindrical-coordinate representation of color #7AD6CC: hue angle of 173.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD6CC is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 204 -
CMYK 0.43 0 0.05 0.16
HSL 173.48º 0.53% 0.66% -
HSV(B) 173.48º 0.43% 0.84% -
XYZ 42.97 56.59 65.78 -
YUV 185.35 138.52 82.81 -
System Red Green Blue C M Y K H S L
Decimal 122 214 204 0.43 0 0.05 0.16 173.48 0.53 0.66
Hex 7A D6 CC 2B 0 5 10 AD 35 42
Octal 172 326 314 53 0 5 20 255 65 102
Binary 1111010 11010110 11001100 101011 0 101 10000 10101101 110101 1000010

Color Harmonies of #7AD6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD6CC

Black with #7AD6CC

Text Example


Text Example

White with #7AD6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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