Html Css Color HEX #77DDCB Riptide

📋 copy color: '#77DDCB'

red 119 ◦ green 221 ◦ blue 203

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

Shades of Riptide #77DDCB

Tints of Riptide #77DDCB

RGB

 RED value IS 119 (46.88% from 255) = 21.92%

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

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

R = 21.92%
G = 40.7%
B = 37.38%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#77DDCB (or 0x77DDCB) is known color: Riptide. HEX triplet: 77, DD and CB. RGB value is (119,221,203). Sum of RGB (Red+Green+Blue) = 119+221+203=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDCB is #882234. Grayscale: #BCBCBC. Windows color (decimal): -8921653 or 13360503. OLE color: 13360503.

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

Color convert

RGB 119 221 203 -
CMYK 0.46 0 0.08 0.13
HSL 169.41º 0.6% 0.67% -
HSV(B) 169.41º 0.46% 0.87% -
XYZ 44.24 59.95 65.74 -
YUV 188.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 119 221 203 0.46 0 0.08 0.13 169.41 0.6 0.67
Hex 77 DD CB 2E 0 8 D A9 3C 43
Octal 167 335 313 56 0 10 15 251 74 103
Binary 1110111 11011101 11001011 101110 0 1000 1101 10101001 111100 1000011

Color Harmonies of #77DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDCB

Black with #77DDCB

Text Example


Text Example

White with #77DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77DDCB; }

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

 H1.HeaderClassName
 {
   color: #77DDCB;
 }
 .AnyTagClassName
 {
   color: #77DDCB;
 }
</style>

background-color css

<style>
 a { background-color: #77DDCB; }

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

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

border-color css

<style>
 span { border-color: #77DDCB; }

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

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