Html Css Color HEX #7ADDCB Riptide

📋 copy color: '#7ADDCB'

red 122 ◦ green 221 ◦ blue 203

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

Shades of Riptide #7ADDCB

Tints of Riptide #7ADDCB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.48%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 22.34%
G = 40.48%
B = 37.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#7ADDCB (or 0x7ADDCB) is known color: Riptide. HEX triplet: 7A, DD and CB. RGB value is (122,221,203). Sum of RGB (Red+Green+Blue) = 122+221+203=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCB is #852234. Grayscale: #BDBDBD. Windows color (decimal): -8725045 or 13360506. OLE color: 13360506.

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

Color convert

RGB 122 221 203 -
CMYK 0.45 0 0.08 0.13
HSL 169.09º 0.59% 0.67% -
HSV(B) 169.09º 0.45% 0.87% -
XYZ 44.66 60.16 65.76 -
YUV 189.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 122 221 203 0.45 0 0.08 0.13 169.09 0.59 0.67
Hex 7A DD CB 2D 0 8 D A9 3B 43
Octal 172 335 313 55 0 10 15 251 73 103
Binary 1111010 11011101 11001011 101101 0 1000 1101 10101001 111011 1000011

Color Harmonies of #7ADDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADDCB

Black with #7ADDCB

Text Example


Text Example

White with #7ADDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,221,203); }

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

background-color css

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

 a { background-color: rgb(122,221,203); }

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

border-color css

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

 span { border-color: rgb(122,221,203); }

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