Html Css Color HEX #7ADFCC Riptide

📋 copy color: '#7ADFCC'

red 122 ◦ green 223 ◦ blue 204

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

Shades of Riptide #7ADFCC

Tints of Riptide #7ADFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.62%

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

R = 22.22%
G = 40.62%
B = 37.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#7ADFCC (or 0x7ADFCC) is known color: Riptide. HEX triplet: 7A, DF and CC. RGB value is (122,223,204). Sum of RGB (Red+Green+Blue) = 122+223+204=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFCC is #852033. Grayscale: #BEBEBE. Windows color (decimal): -8724532 or 13426554. OLE color: 13426554.

HSL color Cylindrical-coordinate representation of color #7ADFCC: hue angle of 168.71º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFCC is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 204 -
CMYK 0.45 0 0.09 0.13
HSL 168.71º 0.61% 0.68% -
HSV(B) 168.71º 0.45% 0.87% -
XYZ 45.31 61.27 66.57 -
YUV 190.64 135.54 79.04 -
System Red Green Blue C M Y K H S L
Decimal 122 223 204 0.45 0 0.09 0.13 168.71 0.61 0.68
Hex 7A DF CC 2D 0 9 D A9 3D 44
Octal 172 337 314 55 0 11 15 251 75 104
Binary 1111010 11011111 11001100 101101 0 1001 1101 10101001 111101 1000100

Color Harmonies of #7ADFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADFCC

Black with #7ADFCC

Text Example


Text Example

White with #7ADFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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