Html Css Color HEX #7AD5CC Riptide

📋 copy color: '#7AD5CC'

red 122 ◦ green 213 ◦ blue 204

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

Shades of Riptide #7AD5CC

Tints of Riptide #7AD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

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

R = 22.63%
G = 39.52%
B = 37.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#7AD5CC (or 0x7AD5CC) is known color: Riptide. HEX triplet: 7A, D5 and CC. RGB value is (122,213,204). Sum of RGB (Red+Green+Blue) = 122+213+204=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD5CC is #852A33. Grayscale: #B8B8B8. Windows color (decimal): -8727092 or 13423994. OLE color: 13423994.

HSL color Cylindrical-coordinate representation of color #7AD5CC: hue angle of 174.07º degrees, saturation: 0.52, 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 #7AD5CC is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 213 204 -
CMYK 0.43 0 0.04 0.16
HSL 174.07º 0.52% 0.66% -
HSV(B) 174.07º 0.43% 0.84% -
XYZ 42.72 56.09 65.7 -
YUV 184.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 122 213 204 0.43 0 0.04 0.16 174.07 0.52 0.66
Hex 7A D5 CC 2B 0 4 10 AE 34 42
Octal 172 325 314 53 0 4 20 256 64 102
Binary 1111010 11010101 11001100 101011 0 100 10000 10101110 110100 1000010

Color Harmonies of #7AD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD5CC

Black with #7AD5CC

Text Example


Text Example

White with #7AD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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