Html Css Color HEX #75E7CF Riptide

📋 copy color: '#75E7CF'

red 117 ◦ green 231 ◦ blue 207

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

Shades of Riptide #75E7CF

Tints of Riptide #75E7CF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

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

R = 21.08%
G = 41.62%
B = 37.3%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#75E7CF (or 0x75E7CF) is known color: Riptide. HEX triplet: 75, E7 and CF. RGB value is (117,231,207). Sum of RGB (Red+Green+Blue) = 117+231+207=555 (73% of max value = 765). Red value is 117 (46.09% from 255 or 21.08% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #75E7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #75E7CF is #8A1830. Grayscale: #C2C2C2. Windows color (decimal): -9050161 or 13625205. OLE color: 13625205.

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

Color convert

RGB 117 231 207 -
CMYK 0.49 0 0.10 0.09
HSL 167.37º 0.7% 0.68% -
HSV(B) 167.37º 0.49% 0.91% -
XYZ 47.17 65.44 69.18 -
YUV 194.18 135.23 72.95 -
System Red Green Blue C M Y K H S L
Decimal 117 231 207 0.49 0 0.10 0.09 167.37 0.7 0.68
Hex 75 E7 CF 31 0 A 9 A7 46 44
Octal 165 347 317 61 0 12 11 247 106 104
Binary 1110101 11100111 11001111 110001 0 1010 1001 10100111 1000110 1000100

Color Harmonies of #75E7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E7CF

Black with #75E7CF

Text Example


Text Example

White with #75E7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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