Html Css Color HEX #77DECF Riptide

📋 copy color: '#77DECF'

red 119 ◦ green 222 ◦ blue 207

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

Shades of Riptide #77DECF

Tints of Riptide #77DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 21.72%
G = 40.51%
B = 37.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#77DECF (or 0x77DECF) is known color: Riptide. HEX triplet: 77, DE and CF. RGB value is (119,222,207). Sum of RGB (Red+Green+Blue) = 119+222+207=548 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.72% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #77DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DECF is #882130. Grayscale: #BDBDBD. Windows color (decimal): -8921393 or 13622903. OLE color: 13622903.

HSL color Cylindrical-coordinate representation of color #77DECF: hue angle of 171.26º degrees, saturation: 0.61, 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 #77DECF is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 222 207 -
CMYK 0.46 0 0.07 0.13
HSL 171.26º 0.61% 0.67% -
HSV(B) 171.26º 0.46% 0.87% -
XYZ 44.99 60.67 68.37 -
YUV 189.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 119 222 207 0.46 0 0.07 0.13 171.26 0.61 0.67
Hex 77 DE CF 2E 0 7 D AB 3D 43
Octal 167 336 317 56 0 7 15 253 75 103
Binary 1110111 11011110 11001111 101110 0 111 1101 10101011 111101 1000011

Color Harmonies of #77DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DECF

Black with #77DECF

Text Example


Text Example

White with #77DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,222,207); }

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

background-color css

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

 a { background-color: rgb(119,222,207); }

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

border-color css

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

 span { border-color: rgb(119,222,207); }

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