Html Css Color HEX #75E5CF Riptide

📋 copy color: '#75E5CF'

red 117 ◦ green 229 ◦ blue 207

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

Shades of Riptide #75E5CF

Tints of Riptide #75E5CF

RGB

 RED value IS 117 (46.09% from 255) = 21.16%

 GREEN value IS 229 (89.84% from 255) = 41.41%

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

R = 21.16%
G = 41.41%
B = 37.43%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#75E5CF (or 0x75E5CF) is known color: Riptide. HEX triplet: 75, E5 and CF. RGB value is (117,229,207). Sum of RGB (Red+Green+Blue) = 117+229+207=553 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.16% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #75E5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75E5CF is #8A1A30. Grayscale: #C0C0C0. Windows color (decimal): -9050673 or 13624693. OLE color: 13624693.

HSL color Cylindrical-coordinate representation of color #75E5CF: hue angle of 168.21º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E5CF is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 117 229 207 -
CMYK 0.49 0 0.10 0.10
HSL 168.21º 0.68% 0.68% -
HSV(B) 168.21º 0.49% 0.9% -
XYZ 46.62 64.33 68.99 -
YUV 193 135.89 73.79 -
System Red Green Blue C M Y K H S L
Decimal 117 229 207 0.49 0 0.10 0.10 168.21 0.68 0.68
Hex 75 E5 CF 31 0 A A A8 44 44
Octal 165 345 317 61 0 12 12 250 104 104
Binary 1110101 11100101 11001111 110001 0 1010 1010 10101000 1000100 1000100

Color Harmonies of #75E5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E5CF

Black with #75E5CF

Text Example


Text Example

White with #75E5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75E5CF; }

 p { color: rgb(117,229,207); }

 H1.HeaderClassName
 {
   color: #75E5CF;
 }
 .AnyTagClassName
 {
   color: #75E5CF;
 }
</style>

background-color css

<style>
 a { background-color: #75E5CF; }

 a { background-color: rgb(117,229,207); }

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

border-color css

<style>
 span { border-color: #75E5CF; }

 span { border-color: rgb(117,229,207); }

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