Html Css Color HEX #9BE0CB Riptide

📋 copy color: '#9BE0CB'

red 155 ◦ green 224 ◦ blue 203

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

Shades of Riptide #9BE0CB

Tints of Riptide #9BE0CB

RGB

 RED value IS 155 (60.94% from 255) = 26.63%

 GREEN value IS 224 (87.89% from 255) = 38.49%

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

R = 26.63%
G = 38.49%
B = 34.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#9BE0CB (or 0x9BE0CB) is known color: Riptide. HEX triplet: 9B, E0 and CB. RGB value is (155,224,203). Sum of RGB (Red+Green+Blue) = 155+224+203=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0CB is #641F34. Grayscale: #C8C8C8. Windows color (decimal): -6561589 or 13361307. OLE color: 13361307.

HSL color Cylindrical-coordinate representation of color #9BE0CB: hue angle of 161.74º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0CB is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 224 203 -
CMYK 0.31 0 0.09 0.12
HSL 161.74º 0.53% 0.74% -
HSV(B) 161.74º 0.31% 0.88% -
XYZ 50.95 64.59 66.28 -
YUV 200.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 155 224 203 0.31 0 0.09 0.12 161.74 0.53 0.74
Hex 9B E0 CB 1F 0 9 C A2 35 4A
Octal 233 340 313 37 0 11 14 242 65 112
Binary 10011011 11100000 11001011 11111 0 1001 1100 10100010 110101 1001010

Color Harmonies of #9BE0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE0CB

Black with #9BE0CB

Text Example


Text Example

White with #9BE0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BE0CB; }

 p { color: rgb(155,224,203); }

 H1.HeaderClassName
 {
   color: #9BE0CB;
 }
 .AnyTagClassName
 {
   color: #9BE0CB;
 }
</style>

background-color css

<style>
 a { background-color: #9BE0CB; }

 a { background-color: rgb(155,224,203); }

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

border-color css

<style>
 span { border-color: #9BE0CB; }

 span { border-color: rgb(155,224,203); }

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