Html Css Color HEX #7CDCC9 Riptide

📋 copy color: '#7CDCC9'

red 124 ◦ green 220 ◦ blue 201

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

Shades of Riptide #7CDCC9

Tints of Riptide #7CDCC9

RGB

 RED value IS 124 (48.83% from 255) = 22.75%

 GREEN value IS 220 (86.33% from 255) = 40.37%

 BLUE value IS 201 (78.91% from 255) = 36.88%

R = 22.75%
G = 40.37%
B = 36.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#7CDCC9 (or 0x7CDCC9) is known color: Riptide. HEX triplet: 7C, DC and C9. RGB value is (124,220,201). Sum of RGB (Red+Green+Blue) = 124+220+201=545 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.75% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDCC9 is #832336. Grayscale: #BDBDBD. Windows color (decimal): -8594231 or 13229180. OLE color: 13229180.

HSL color Cylindrical-coordinate representation of color #7CDCC9: hue angle of 168.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCC9 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 220 201 -
CMYK 0.44 0 0.09 0.14
HSL 168.13º 0.58% 0.67% -
HSV(B) 168.13º 0.44% 0.86% -
XYZ 44.45 59.69 64.44 -
YUV 189.13 134.7 81.54 -
System Red Green Blue C M Y K H S L
Decimal 124 220 201 0.44 0 0.09 0.14 168.13 0.58 0.67
Hex 7C DC C9 2C 0 9 E A8 3A 43
Octal 174 334 311 54 0 11 16 250 72 103
Binary 1111100 11011100 11001001 101100 0 1001 1110 10101000 111010 1000011

Color Harmonies of #7CDCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDCC9

Black with #7CDCC9

Text Example


Text Example

White with #7CDCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,220,201); }

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

background-color css

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

 a { background-color: rgb(124,220,201); }

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

border-color css

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

 span { border-color: rgb(124,220,201); }

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