#92E5CC

Color #92E5CC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #92E5CC

Tints of Riptide #92E5CC

Color information

#92E5CC (or 0x92E5CC) is unknown color: approx Riptide. HEX triplet: 92, E5 and CC. RGB value is (146,229,204). Sum of RGB (Red+Green+Blue) = 146+229+204=579 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.22% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 229 - color contains mainly: green. Hex color #92E5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E5CC is #6D1A33. Grayscale: #C9C9C9. Windows color (decimal): -7150132 or 13428114. OLE color: 13428114.

HSL color Cylindrical-coordinate representation of color #92E5CC: hue angle of 161.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E5CC is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB146229204-
CMYK0.3600.110.10
HSL161.93º61.48%73.53%-
HSV(B)161.93º36.24%89.8%-
XYZ50.7766.5167.29-
YUV201.33129.588.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 25.22%
GREEN value IS 229 (89.84% from 255) = 39.55%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=25.22%
G=39.55%
B=35.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1462292040.3600.110.10161.9361.4873.53
Hex92E5CC240BAa23d4a
Octal222345314440131224275112
Binary100100101110010111001100100100010111010101000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92E5CC; }

 p { color: rgb(146,229,204); }

 H1.HeaderClassName
 {
   color: #92E5CC;
 }
 .AnyTagClassName
 {
   color: #92E5CC;
 }
</style>
background-color css

<style>
 a { background-color: #92E5CC; }

 a { background-color: rgb(146,229,204); }

 div.DivClassName
 {
   background-color: #92E5CC;
 }
 .BgClassName
 {
   background-color: #92E5CC;
 }
</style>
border-color css

<style>
 span { border-color: #92E5CC; }

 span { border-color: rgb(146,229,204); }

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